Cargo Features

ndspec has no features set by default.

[dependencies]
ndspec = { version = "0.1.1", features = ["python-extension", "doc-images"] }
python-extension = numpy, pyo3

Enables extension-module of pyo3 ^0.20.3

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.

doc-images

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

Enables pyo3 ^0.20.3

numpy python-extension?

Enables numpy ^0.20.0