Cargo Features
[dependencies]
pymedusa-zip = { version = "0.0.9", default-features = false, features = ["asyncio", "sync"] }
- default = asyncio, sync
-
These default features are set whenever
pymedusa-zip
is added without
somewhere in the dependency tree.default-features = false - asyncio default = pyo3-asyncio
- sync default = once_cell
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.