Cargo Features
[dependencies]
commodity-exchange-zh = { version = "0.1.0", default-features = false, features = ["tabled", "argh"] }
- default = argh
-
The
argh
feature is set by default whenevercommodity-exchange-zh
is added without
somewhere in the dependency tree.default-features = false
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.
- tabled implicit feature
-
Enables tabled ^0.14
tabled:
An easy to use library for pretty print tables of Rust
struct
s andenum
sAffects
util::display_option
… - argh default
-
Required by the ce binary