Cargo Features
[dependencies]
dnscache = { version = "0.3.2", default-features = false, features = ["bin"] }
- default = bin
-
The
bin
feature is set by default wheneverdnscache
is added without
somewhere in the dependency tree.default-features = false - bin default = println_logger, rusty-leveldb, serde_cbor, structopt, structopt-derive
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_cbor bin
-
Enables serde_cbor ^0.8
- structopt bin
-
Enables structopt ^0.2
- structopt-derive bin
-
Enables structopt-derive ^0.2
- rusty-leveldb bin
-
Enables rusty-leveldb ^0.2.3
- println_logger bin