Cargo Features

nautilus-serialization has no features set by default.

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

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

pyo3:

Use this feature when building an extension module.
It tells the linker to keep the python symbols unresolved,
so that the module can also be used with statically linked python interpreters.

python = pyo3

Enables python of nautilus-core and nautilus-model

Affects nautilus-serialization::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?