Cargo Features
[dependencies]
clock-zones = { version = "0.4.1", default-features = false, features = ["float"] }
- default = float
-
The
float
feature is set by default wheneverclock-zones
is added without
somewhere in the dependency tree.default-features = false - float default = ordered-float
-
Affects
zones::ZoneF32
,zones::ZoneF64
…
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.
- ordered-float float
-
Enables ordered-float ^2.0.1