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 default-features = false somewhere in the dependency tree.

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.

once_cell sync
pyo3-asyncio asyncio

Enables pyo3-asyncio ^0.19