Cargo Features
[dependencies]
ballista-executor = { version = "43.0.0", default-features = false, features = ["build-binary", "mimalloc"] }
- default = build-binary, mimalloc
-
These default features are set whenever
ballista-executor
is added without
somewhere in the dependency tree.default-features = false - build-binary default = configure_me, tracing, tracing-appender, tracing-subscriber
-
Enables build-binary of ballista-core
Affects
ballista-executor::config
…Required by the binary
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.