Cargo Features

[dependencies]
anise = { version = "0.3.1", default-features = false, features = ["spkezr_validation", "python", "metaload"] }
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, url

Enables reqwest

Affects almanac::metaload

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.20.0

pyo3-log python?

Enables pyo3-log ^0.9.0

url metaload
reqwest metaload
platform-dirs metaload