Cargo Features

[dependencies]
ontoenv-python = { version = "0.5.0-a4", default-features = false, features = ["abi3", "cli"] }
default = abi3

The abi3 feature is set by default whenever ontoenv-python is added without default-features = false somewhere in the dependency tree.

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.

ontoenv-cli cli?