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 default-features = false somewhere in the dependency tree.

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.

configure_me build-binary
mimalloc default
tracing build-binary
tracing-appender build-binary
tracing-subscriber build-binary