Cargo Features
Implies has no features set by default.
[dependencies]
implies = { version = "0.4.5", features = ["python"] }
- python = pyo3, pyo3-build-config
-
Enables auto-initialize and extension-module of pyo3 ^0.19.2
Affects
implies::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?
-
Enables pyo3 ^0.19.2
- pyo3-build-config build python?
-
Enables pyo3-build-config ^0.20.0