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