[package]
edition = "2024"
name = "p4cli-20251"
version = "0.5.7"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple Rust library for full-featured P4 (Perforce) CLI with zero pre-install, already battle-tested and mature in production environments, where 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.zstd]
version = "0.13.3"
[target.'cfg(all(target_os = "linux", target_arch = "aarch64", any(target_env = "gnu", target_env = "musl")))'.dependencies.p4cli-20251-linux-arm64]
version = "=0.1.0"
[target.'cfg(all(target_os = "linux", target_arch = "x86_64", any(target_env = "gnu", target_env = "musl")))'.dependencies.p4cli-20251-linux-x64]
version = "=0.1.0"
[target.'cfg(all(target_os = "macos", target_arch = "aarch64"))'.dependencies.p4cli-20251-mac-arm64]
version = "=0.1.0"
[target.'cfg(all(target_os = "macos", target_arch = "x86_64"))'.dependencies.p4cli-20251-mac-x64]
version = "=0.1.0"
[target.'cfg(all(target_os = "windows", target_arch = "x86_64"))'.dependencies.p4cli-20251-win-x64]
version = "=0.1.0"