usage-rs 6.4.1

A compiled CLI parser for Rust, built on usage specs
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 = "2021"
rust-version = "1.91"
name = "usage-rs"
version = "6.4.1"
authors = ["Jeff Dickey @jdx"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A compiled CLI parser for Rust, built on usage specs"
homepage = "https://usage.jdx.dev"
documentation = "https://usage.jdx.dev"
readme = false
license = "MIT"
repository = "https://github.com/jdx/usage"

[package.metadata.release]
shared-version = true
release = true

[features]
complete = ["completions"]
completions = [
    "spec",
    "usage-argv/complete",
    "usage-test?/completions",
]
config = [
    "spec",
    "dep:usage-config",
]
default = [
    "spec",
    "help",
    "diagnostics",
]
diagnostics = [
    "spec",
    "usage-argv/diagnostics",
]
help = ["spec"]
response-files = ["dep:shell-words"]
spec = [
    "usage-argv/spec",
    "dep:usage-derive",
]
test = [
    "spec",
    "help",
    "dep:usage-test",
]
validation = ["dep:usage-validation"]

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

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

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

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

[dependencies.shell-words]
version = "1"
optional = true

[dependencies.usage-argv]
version = "6.4.1"

[dependencies.usage-config]
version = "6.4.1"
optional = true

[dependencies.usage-derive]
version = "6.4.1"
optional = true

[dependencies.usage-test]
version = "6.4.1"
optional = true

[dependencies.usage-validation]
version = "6.4.1"
optional = true

[dev-dependencies.serde]
version = "1"
features = ["derive"]

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