Cargo Features

[dependencies]
assertor = { version = "0.0.2", default-features = false, features = ["float", "testing"] }
default = float

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

float default = num-traits

Affects assertions::float

testing

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.

num-traits float