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

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
rand_isaac cli
rand_chacha cli
rand_xorshift cli
shlex cli
flate2 cli
xz2 cli
zstd cli

Enables zstd ^0.6