Cargo Features
dart-bindgen has no features set by default.
[dependencies]
dart-bindgen = { version = "0.1.9-deprecated", features = ["deafult", "cli"] }
- deafult
- cli = anyhow, argh, pretty_env_logger
-
Required by the binary
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- argh cli?
-
Enables argh
CLI Deps
- pretty_env_logger cli?
-
Enables pretty_env_logger ^0.4
- anyhow cli?