p4cli-20251 0.3.0

A simple Rust library for full-featured P4 (Perforce) CLI with zero pre-install, 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.3.0"
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, 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.p4cli-20251-linux-arm64]
version = "0.1.0"

[dependencies.p4cli-20251-linux-x64]
version = "0.1.0"

[dependencies.p4cli-20251-mac-arm64]
version = "0.1.0"

[dependencies.p4cli-20251-mac-x64]
version = "0.1.0"

[dependencies.p4cli-20251-win-x64]
version = "0.1.0"

[dependencies.zstd]
version = "0.13.3"