Cargo Features
[dependencies]
aorist = { version = "0.0.14", default-features = false, features = ["extension-module"] }
- default = extension-module
-
The
extension-modulefeature is set by default wheneveraoristis added withoutsomewhere in the dependency tree.default-features = false - extension-module default
-
Enables extension-module of pyo3 ^0.14.1
pyo3:
Deprecated: use the
PYO3_BUILD_EXTENSION_MODULEenvironment variable when building a Python extension module (set automatically bysetuptools-rustandmaturin).
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