Cargo Features

nautilus-system has no features set by default.

[dependencies]
nautilus-system = { version = "0.52.0", features = ["streaming", "extension-module", "live", "python"] }
streaming extension-module? python? = nautilus-persistence
extension-module = python, streaming

Enables extension-module of pyo3 ^0.27.2

pyo3:

Deprecated: use the PYO3_BUILD_EXTENSION_MODULE environment variable when building a Python extension module (set automatically by setuptools-rust and maturin).

live

Enables live of nautilus-common

python extension-module? = pyo3, streaming

Affects nautilus-system::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.

nautilus-persistence streaming?
pyo3 extension-module? python?

Enables pyo3 ^0.27.2