Cargo Features

[dependencies]
datafusion-python = { version = "36.0.0", default-features = false, features = ["protoc", "substrait", "mimalloc"] }
default = mimalloc

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

protoc

Enables protoc of datafusion-substrait ^36.0.0

substrait

Enables datafusion-substrait ^36.0.0

Affects datafusion-python::substrait

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.

mimalloc default