Cargo Features

[dependencies]
dbgen = { version = "0.8.0", default-features = false, features = ["cli", "nightly"] }
default = cli

The cli feature is set by default whenever dbgen is added without default-features = false somewhere in the dependency tree.

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

Enables nightly of rand ^0.8

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.

structopt cli
data-encoding cli
pbr cli
rayon cli
serde_derive cli
muldiv cli
rand_pcg cli

Enables rand_pcg ^0.3

rand_isaac cli

Enables rand_isaac ^0.3

rand_chacha cli

Enables rand_chacha ^0.3

rand_xorshift cli

Enables rand_xorshift ^0.3

shlex cli
flate2 cli
xz2 cli
zstd cli

Enables zstd ^0.6