[dependencies.ariadne]
optional = true
version = "0.5.1"
[dependencies.facet-core]
version = "0.28.0"
[dependencies.facet-reflect]
version = "0.28.0"
[dependencies.log]
version = "0.4.27"
[dependencies.owo-colors]
version = "4.2.2"
[dev-dependencies.cargo-husky]
default-features = false
features = ["user-hooks"]
version = "1.5.0"
[dev-dependencies.eyre]
version = "0.6.12"
[dev-dependencies.facet]
version = "0.28.0"
[dev-dependencies.facet-pretty]
version = "0.28.0"
[dev-dependencies.facet-testhelpers]
version = "0.28"
[dev-dependencies.insta]
version = "1.43.1"
[features]
default = ["rich-diagnostics"]
rich-diagnostics = ["dep:ariadne"]
[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 = "Command-line argument parsing for the facet ecosystem"
documentation = "https://docs.rs/facet-args"
edition = "2024"
keywords = ["cli", "args", "parser", "facet"]
license = "MIT OR Apache-2.0"
name = "facet-args"
readme = "README.md"
repository = "https://github.com/facet-rs/facet-args"
rust-version = "1.87"
version = "0.28.0"
[[test]]
name = "err"
path = "tests/err.rs"
[[test]]
name = "sequence"
path = "tests/sequence.rs"
[[test]]
name = "simple"
path = "tests/simple.rs"
[[test]]
name = "subspans"
path = "tests/subspans.rs"