Thanks to visit codestin.com
Credit goes to lib.rs

Cargo Features

[dependencies]
ontoenv-python = { version = "0.5.4", default-features = false, features = ["abi3", "cli", "rocksdb"] }
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
rocksdb

Enables rocksdb of ontoenv and oxigraph

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?