Cargo Features
[dependencies]
throttle-machines = { version = "0.1.0", default-features = false, features = ["std"] }
- default = std
-
The
stdfeature is set by default wheneverthrottle-machinesis added withoutsomewhere in the dependency tree.default-features = false - std default
throttle-machines has 2 features without comments.