Cargo Features
[dependencies]
ontoenv-python = { version = "0.5.0-a4", default-features = false, features = ["abi3", "cli"] }
- default = abi3
-
The
abi3feature is set by default wheneverontoenv-pythonis added withoutsomewhere in the dependency tree.default-features = false - abi3 default
-
Enables abi3-py311 of pyo3 ^0.27
- cli = ontoenv-cli
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.