Cargo Features
frclib-core has no features set by default.
[dependencies]
frclib-core = { version = "0.2.4", features = ["structure", "value-union", "units", "time", "hal", "basic", "full"] }
- structure value-union? = frclib-structure-macros, inventory, num
-
Affects
frclib-core::structure
… - value-union basic? = rmpv, serde, serde_json, structure
-
Affects
frclib-core::value
… - units full? hal? = nalgebra, num, paste, serde, simba
-
Affects
frclib-core::units
… - time basic? hal? = ctor
-
Affects
frclib-core::time
… - hal full? = time, units
-
Affects
frclib-core::hal
… - basic full? = time, value-union
-
approx 40 packages
- full = basic, hal, units
-
approx 71 packages and much longer compile times
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.