stash-cli 0.7.1

A local store for pipeline output and ad hoc file snapshots
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 = "stash-cli"
version = "0.7.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A local store for pipeline output and ad hoc file snapshots"
homepage = "https://github.com/vrypan/stash"
readme = "README.md"
license = "MIT"
repository = "https://github.com/vrypan/stash"

[package.metadata.dist]
features = ["completion"]

[features]
completion = ["dep:clap_complete"]

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

[[bin]]
name = "stash"
path = "src/main.rs"

[[bin]]
name = "stash-completion"
path = "src/completion_main.rs"
required-features = ["completion"]

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

[[bench]]
name = "cli"
path = "benches/cli.rs"
harness = false

[dependencies.clap]
version = "4.5.40"
features = [
    "derive",
    "std",
    "color",
    "help",
    "usage",
    "error-context",
]
default-features = false

[dependencies.clap_complete]
version = "4.5.49"
optional = true

[dependencies.rkyv]
version = "0.8.15"

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.signal-hook]
version = "0.4.4"

[dev-dependencies.assert_cmd]
version = "2.0.17"

[dev-dependencies.criterion]
version = "0.5.1"

[dev-dependencies.predicates]
version = "3.1.3"

[dev-dependencies.tempfile]
version = "3.20.0"

[profile.dist]
lto = "fat"
inherits = "release"

[profile.release]
lto = "thin"
panic = "abort"
strip = true