Cargo Features
[dependencies]
anise = { version = "0.5.0", default-features = false, features = ["spkezr_validation", "python", "metaload", "embed_ephem"] }
- default = metaload
-
The
metaload
feature is set by default wheneveranise
is added without
somewhere in the dependency tree.default-features = false - spkezr_validation
-
Enabling this flag significantly increases compilation times due to Arrow and Polars.
- python = pyo3, pyo3-log
- metaload default = platform-dirs, regex, serde_dhall, url
-
Enables reqwest
Affects
almanac::metaload
… - embed_ephem = rust-embed
-
Enables reqwest
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.