stow-cli 0.4.1

CLI that routes rustc invocations through the stow public artifact cache
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 = "stow-cli"
version = "0.4.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "stow-cli"
description = "CLI that routes rustc invocations through the stow public artifact cache"
readme = "README.md"
keywords = [
    "artifact-cache",
    "cargo",
    "rustc-wrapper",
]
categories = [
    "caching",
    "command-line-utilities",
    "development-tools::cargo-plugins",
]
license = "MIT"
repository = "https://github.com/water-rs/stow"

[features]
mock-verify = []

[lib]
name = "stow_cli"
path = "src/lib.rs"

[[bin]]
name = "cargo-stow"
path = "src/bin/cargo-stow.rs"

[[bin]]
name = "stow"
path = "src/bin/stow.rs"

[[bin]]
name = "stow-cli"
path = "src/bin/stow-cli.rs"

[[test]]
name = "compiler_shims"
path = "tests/compiler_shims.rs"

[[test]]
name = "enqueue_admission"
path = "tests/enqueue_admission.rs"

[[test]]
name = "never_slower_than_cargo"
path = "tests/never_slower_than_cargo.rs"

[[test]]
name = "wrapper_stdout_purity"
path = "tests/wrapper_stdout_purity.rs"

[dependencies.async-fs]
version = "2"

[dependencies.async-process]
version = "2"

[dependencies.base64]
version = "0.23"

[dependencies.blake3]
version = "1"

[dependencies.cargo-lock]
version = "11"

[dependencies.cargo_metadata]
version = "0.23"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.const-oid]
version = "0.10"
features = ["db"]

[dependencies.dirs]
version = "7"

[dependencies.fixedbitset]
version = "0.5"

[dependencies.fs2]
version = "0.4"

[dependencies.futures-lite]
version = "2"

[dependencies.futures-util]
version = "0.3"

[dependencies.glob]
version = "0.3"

[dependencies.hex]
version = "0.4"

[dependencies.oci-client]
version = "0.16.1"
default-features = false

[dependencies.oci-spec]
version = "0.10"

[dependencies.olpc-cjson]
version = "0.1.4"

[dependencies.pathdiff]
version = "0.2"

[dependencies.reflink]
version = "0.1.3"

[dependencies.rustls]
version = "0.23"
features = [
    "std",
    "tls12",
    "logging",
    "ring",
]
default-features = false

[dependencies.rustls-pki-types]
version = "1.14.0"

[dependencies.semver]
version = "1.0"
features = ["serde"]

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.11"

[dependencies.shell-words]
version = "1.1"

[dependencies.sigstore]
version = "0.13.0"
features = [
    "cosign",
    "verify",
    "sigstore-trust-root",
    "rustls-tls",
]
default-features = false

[dependencies.smol]
version = "2"

[dependencies.sqlx]
version = "0.8"
features = [
    "sqlite",
    "runtime-tokio-rustls",
    "macros",
]
default-features = false

[dependencies.stow-oci]
version = "0.4.1"

[dependencies.stow-shim]
version = "0.4.1"

[dependencies.stow-types]
version = "0.4.1"

[dependencies.tar]
version = "0.4"

[dependencies.tempfile]
version = "3"

[dependencies.tokio]
version = "1"
features = [
    "io-std",
    "io-util",
    "net",
    "rt",
    "rt-multi-thread",
    "sync",
    "time",
]

[dependencies.toml]
version = "1"

[dependencies.toml_edit]
version = "0.25"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-chrome]
version = "0.7"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "fmt",
]

[dependencies.walkdir]
version = "2"

[dependencies.webpki]
version = "0.103.8"
package = "rustls-webpki"

[dependencies.x509-cert]
version = "0.2.5"

[dependencies.zenwave]
version = "0.7"
features = [
    "hyper-backend",
    "rustls",
    "ws",
    "http2",
    "http3",
]
default-features = false

[dependencies.zstd]
version = "0.14"

[dev-dependencies.rcgen]
version = "0.14"
features = [
    "ring",
    "pem",
]
default-features = false

[dev-dependencies.stow-types]
version = "0.4.1"

[dev-dependencies.time]
version = "0.3"

[lints.clippy]
all = "warn"
cargo = "warn"
complexity = "warn"
correctness = "warn"
nursery = "warn"
pedantic = "warn"
perf = "warn"
style = "warn"
suspicious = "warn"

[lints.clippy.multiple_crate_versions]
level = "allow"
priority = 1

[lints.rust]
missing_debug_implementations = "warn"
missing_docs = "warn"