gflags 0.3.12

Command line flags library that does not require a central list of all the flags.
Documentation
[dependencies.argv]
version = "0.1.3"

[dependencies.gflags-impl]
version = "=0.3.12"

[dependencies.inventory]
version = "0.3"

[dependencies.ref-cast]
version = "1.0"
[dev-dependencies.assert_cmd]
version = "2.0"

[dev-dependencies.predicates]
version = "2.0"

[package]
authors = ["David Tolnay <dtolnay@gmail.com>"]
description = "Command line flags library that does not require a central list of all the flags."
documentation = "https://docs.rs/gflags"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "gflags"
readme = "README.md"
repository = "https://github.com/dtolnay/gflags"
rust-version = "1.37"
version = "0.3.12"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]