[dependencies.facet]
version = "0.41.0"
[dependencies.facet-core]
version = "0.41.0"
[dependencies.facet-reflect]
features = ["miette"]
version = "0.41.0"
[dependencies.heck]
version = "0.5.0"
[dependencies.miette]
default-features = false
version = "7.6.0"
[dependencies.owo-colors]
version = "4"
[dependencies.tracing]
default-features = false
features = ["std"]
version = "^0.1.43"
[[example]]
name = "args_showcase"
path = "examples/args_showcase.rs"
[[example]]
name = "demo_errors"
path = "examples/demo_errors.rs"
[features]
default = ["rich-diagnostics"]
doc = ["facet/doc"]
rich-diagnostics = []
[lib]
name = "facet_args"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-interface"]
description = "Type-safe command-line argument parsing powered by Facet reflection"
documentation = "https://docs.rs/facet-args"
edition = "2024"
homepage = "https://facet.rs"
keywords = ["cli", "args", "parser", "facet", "command-line"]
license = "MIT OR Apache-2.0"
name = "facet-args"
readme = "README.md"
repository = "https://github.com/facet-rs/facet-args"
rust-version = "1.89.0"
version = "0.41.0"
[package.metadata.cargo-shear]
ignored = ["facet-pretty"]
[package.metadata."docs.rs"]
rustdoc-args = ["--html-in-header", "arborium-header.html"]
[[test]]
name = "err"
path = "tests/err.rs"
[[test]]
name = "help"
path = "tests/help.rs"
[[test]]
name = "sequence"
path = "tests/sequence.rs"
[[test]]
name = "short_chaining"
path = "tests/short_chaining.rs"
[[test]]
name = "simple"
path = "tests/simple.rs"
[[test]]
name = "subcommand"
path = "tests/subcommand.rs"
[[test]]
name = "subspans"
path = "tests/subspans.rs"