Cargo Features

CLD2 has no features set by default.

[dependencies]
cld2 = { version = "1.0.2", features = ["unstable"] }
unstable

Allow access to unstable features when being built with a nightly compiler,
to keep travis-cargo happy and enable access to benchmarks if we want them.