Cargo Features
dictcc has no features set by default.
[dependencies]
dictcc = { version = "0.1.1", features = ["cli"] }
- cli = app_dirs, simplelog, structopt, structopt-derive, toml
-
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.
- structopt cli?
-
Enables structopt ^0.1
CLI Depedencies
- structopt-derive cli?
-
Enables structopt-derive ^0.1
- app_dirs cli?
-
Enables app_dirs ^1.1.1
- toml cli?
-
Enables toml ^0.4.5
- simplelog cli?
-
Enables simplelog ^0.5.0