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 whenever anise is added without default-features = false somewhere in the dependency tree.

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.

pyo3 python?

Enables pyo3 ^0.22

pyo3-log python?
url metaload
serde_dhall metaload
reqwest embed_ephem? metaload
platform-dirs metaload
rust-embed embed_ephem?
regex metaload