facet-args 0.16.0

Command-line argument parsing for the facet ecosystem
Documentation
[dependencies.facet-core]
version = "0.16.0"

[dependencies.facet-reflect]
version = "0.16.0"

[dependencies.log]
version = "0.4.27"

[dev-dependencies]

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

[package]
authors = ["Amos Wenger <amos@bearcove.eu>"]
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"
rust-version = "1.86.0"
version = "0.16.0"

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