Cargo Features

dbz-lib has no features set by default.

[dependencies]
dbz-lib = { version = "0.2.2", features = ["python", "python-test"] }
python

Enables extension-module of pyo3 ^0.17.1

Python bindings for Rust

Affects dbz-lib::python

python-test = pyo3

cargo test fails with linker errors when the extension-module feature is enabled, see https://github.com/PyO3/pyo3/issues/340

Affects dbz-lib::python

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 python? python-test?

Enables pyo3 ^0.17.1