Cargo Features

[dependencies]
ballista = { version = "43.0.0", default-features = false, features = ["standalone"] }
default = standalone

The standalone feature is set by default whenever ballista is added without default-features = false somewhere in the dependency tree.

standalone default = ballista-executor, ballista-scheduler

Affects extension::SessionContextExt.standalone, extension::SessionContextExt.standalone_with_state

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.

ballista-executor standalone
ballista-scheduler standalone