Cargo Features
AFRS has no features set by default.
[dependencies]
afrs = { version = "0.1.2", features = ["bin_deps"] }
- bin_deps = serde_json, structopt
-
Required by the afrs-cli 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.
- serde_json bin_deps?
-
Enables serde_json
Optional
- structopt bin_deps?