Cargo Features

[dependencies]
bytecheck_test = { version = "0.6.5", default-features = false, features = ["std", "verbose"] }
default = std

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

std default

Enables std of bytecheck ^0.6

verbose

Enables verbose of bytecheck ^0.6

bytecheck_test has 3 features without comments.