Cargo Features

GBWT has no features set by default.

[dependencies]
gbwt = { version = "0.3.1", features = ["binaries"] }
binaries = getopts, libc, rand, rayon

Affects gbwt::internal

Required by benchmark, gbunzip and gbz-extract binaries

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.

getopts binaries?
libc binaries?
rand binaries?

Enables rand ^0.8

rayon binaries?