Cargo Features
[dependencies]
kovan = { version = "0.1.12", default-features = false, features = ["std", "nightly"] }
- default = std
-
The
stdfeature is set by default wheneverkovanis added withoutsomewhere in the dependency tree.default-features = false - std default
-
Enable std-dependent features.
- nightly
-
Enable nightly-only optimizations.