p4cli-20251 0.5.2

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.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "p4cli-20251"
version = "0.5.2"
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"

[dependencies.zstd]
version = "0.13.3"

[target.'cfg(all(target_os = "linux", target_arch = "aarch64"))'.dependencies.p4cli-20251-linux-arm64]
version = "0.1.0"

[target.'cfg(all(target_os = "linux", target_arch = "x86_64"))'.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"