Cargo Features

nautilus-testkit has no features set by default.

[dependencies]
nautilus-testkit = { version = "0.54.0", features = ["extension-module", "python", "high-precision"] }
extension-module = python

Enables extension-module of nautilus-common, nautilus-core, nautilus-model, nautilus-trading, and pyo3

pyo3:

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

python extension-module? = pyo3

Enables python of nautilus-common, nautilus-core, nautilus-model, and nautilus-trading

Affects nautilus-testkit::python

high-precision

Enables high-precision of nautilus-model

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 extension-module? python?