Cargo Features
[dependencies]
norad = { version = "0.15.0", default-features = false, features = ["object-libs", "kurbo", "rayon"] }
- default = object-libs
-
The
object-libs
feature is set by default whenevernorad
is added without
somewhere in the dependency tree.default-features = false - object-libs default = uuid
-
allow us to add libs to objects, which requires potentially creating identifiers
- kurbo
-
Enables kurbo
Affects
error::ConvertContourError
… - rayon
-
Enables rayon
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.
- uuid wasm not wasm object-libs