Cargo Features

[dependencies]
nautilus-coinbase-intx = { version = "0.46.0", default-features = false, features = ["extension-module", "python"] }
default = python

The python feature is set by default whenever nautilus-coinbase-intx is added without default-features = false somewhere in the dependency tree.

extension-module

Enables extension-module of nautilus-common, nautilus-core, nautilus-execution, nautilus-model, nautilus-network, 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 default = pyo3, pyo3-async-runtimes

Enables python of nautilus-common, nautilus-core, nautilus-execution, nautilus-model, and nautilus-network

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

pyo3 extension-module? python
pyo3-async-runtimes python