Cargo Features
[dependencies]
dbgen = { version = "0.8.0", default-features = false, features = ["cli", "nightly"] }
- default = cli
-
The
cli
feature is set by default wheneverdbgen
is added without
somewhere in the dependency tree.default-features = false - cli default = data-encoding, flate2, muldiv, pbr, rand_chacha, rand_isaac, rand_pcg, rand_xorshift, rayon, serde_derive, shlex, structopt, xz2, zstd
-
Affects
dbgen::cli
,dbgen::schemagen_cli
…Required by dbgen and dbschemagen binaries
- nightly
-
rand:
some additions requiring nightly Rust
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.