Cargo Features
[dependencies]
datafusion-python = { version = "52.0.0", default-features = false, features = ["protoc", "substrait", "mimalloc"] }
- default = mimalloc
-
The
mimallocfeature is set by default wheneverdatafusion-pythonis added withoutsomewhere in the dependency tree.default-features = false - protoc
-
Enables protoc of datafusion-substrait
- substrait
-
Enables datafusion-substrait
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