Cargo Features
MWPS has no features set by default.
[dependencies]
mwps = { version = "0.0.0", features = ["python_binding"] }
- default
-
to enable a feature, use
--features xxx
- python_binding = pyo3
-
bind to 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_binding?
-
Enables pyo3 ^0.17.2