Cargo Features

[dependencies]
cordoba = { version = "0.3.4", default-features = false, features = ["std", "build-binary", "python"] }
default = build-binary, std

These default features are set whenever cordoba is added without default-features = false somewhere in the dependency tree.

std default
build-binary default = clap, memmap

Required by cdb and cdbwrite binaries

python = memmap, pyo3

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.

clap build-binary

Enables clap ^2.31

memmap build-binary python?
pyo3 python?

Enables pyo3 ^0.11