Cargo Features
shuttle-service has no features set by default.
[dependencies]
shuttle-service = { version = "0.49.0", features = ["builder", "runner"] }
- builder = cargo_metadata, toml, tracing
-
Enables io-util, process, sync and time of tokio
Affects
shuttle-service::builder
… - runner = dunce
-
Enables runtime-client of shuttle-proto, process of tokio
Affects
shuttle-service::runner
…
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.