Cargo Features

cu29-export has no features set by default.

[dependencies]
cu29-export = { version = "0.7.0", features = ["python"] }
python = 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?

Enables pyo3

PyO3 is not supported for macOS at the moment, don't allow people to opt-in since it won't work