[package]
edition = "2024"
name = "p4cli-20251"
version = "0.6.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple Rust library for full-featured P4 (Perforce) CLI without bundling the binary — auto-detects system p4 or downloads from Perforce's official filehost. All errors are propagated via Result without any unwrap."
readme = "README.md"
license = "MIT"
repository = "https://github.com/CatScarf/p4cli-20251"
[lib]
name = "p4cli_20251"
path = "src/lib.rs"
[[test]]
name = "integration"
path = "tests/integration.rs"
[dependencies.tempfile]
version = "3"
[dependencies.ureq]
version = "3"