Cargo Features

[dependencies]
nexsys-core = { version = "0.2.0", default-features = false, features = ["python_ffi"] }
default = python_ffi

The python_ffi feature is set by default whenever nexsys-core is added without default-features = false somewhere in the dependency tree.

python_ffi default = pyo3

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_ffi

Enables pyo3 ^0.17.3