Cargo Features
[dependencies]
angular-units = { version = "0.2.4", default-features = false, features = ["serde", "approx"] }
- default = approx
-
The
approx
feature is set by default wheneverangular-units
is added without
somewhere in the dependency tree.default-features = false
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.
- serde implicit feature
-
Enables serde
serde:
A generic serialization/deserialization framework
- approx default
-
Enables approx ^0.3