Cargo Features

[dependencies]
uint = { version = "0.9.5", default-features = false, features = ["std", "quickcheck", "arbitrary"] }
default = std

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

std default

Enables std of byteorder, crunchy, and hex

Features from optional dependencies

quickcheck implicit feature

Enables quickcheck

quickcheck:

Automatic property based testing with shrinking

arbitrary implicit feature

Enables arbitrary

arbitrary:

The trait for generating structured data from unstructured data