Cargo Features

Hexdump has no features set by default.

[dependencies]
hexdump = { version = "0.1.1", features = ["nightly-test"] }
nightly-test = quickcheck, quickcheck_macros

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.

quickcheck nightly-test?

Enables quickcheck ^0.2.27

quickcheck_macros nightly-test?

Enables quickcheck_macros ^0.2.26