Cargo Features

[dependencies]
aorist = { version = "0.0.14", default-features = false, features = ["extension-module"] }
default = extension-module

The extension-module feature is set by default whenever aorist is added without default-features = false somewhere in the dependency tree.

extension-module default

Enables extension-module of pyo3 ^0.14.1

pyo3:

Deprecated: use the PYO3_BUILD_EXTENSION_MODULE environment variable when building a Python extension module (set automatically by setuptools-rust and maturin).

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 extension-module

Enables pyo3 ^0.14.1