Cargo Features

hypermangle-core has no features set by default.

[dependencies]
hypermangle-core = { version = "0.6.3", features = ["hot-reload", "python", "collect-certs"] }
hot-reload = notify
python = pyo3, pyo3-asyncio
collect-certs = lers

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.*

pyo3-asyncio python?

Enables pyo3-asyncio 0.19.*

notify hot-reload?

Enables notify 6.0.*

lers collect-certs?