[]
= "usage-argv"
= "Zero-allocation argv parser for usage specs"
= "6.5.0"
= "2021"
= "1.91"
= { = true }
= { = true }
= { = true }
= { = true }
= { = true }
# No dependencies, and none are wanted. This crate is what runs on every
# invocation of every CLI built on it.
[]
[]
# Cold-path metadata and spec emission. Off by default so a CLI that wants only
# a parser does not carry it.
= []
# Splitting a command line for completion. Off by default for the same reason, and
# separate from `spec` because a CLI can want one without the other: completion needs
# to split a line whether or not the binary can also emit its own spec.
= ["spec"]
# What a user reads when a command line does not parse. Off by default like the rest: a CLI
# that renders its own errors should not carry these strings, and the parser stays a parser.
= ["spec"]
[]
= true
= true