Cargo Features

[dependencies]
mallchat = { version = "0.1.0", default-features = false, features = ["shuttle"] }
default = shuttle

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

shuttle default = shuttle-axum, shuttle-runtime, shuttle-secrets, shuttle-static-folder

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.

shuttle-runtime shuttle

Enables shuttle-runtime ^0.18.0

shuttle-axum shuttle

Enables shuttle-axum ^0.18.0

shuttle-secrets shuttle

Enables shuttle-secrets ^0.18.0

shuttle-static-folder shuttle

Enables shuttle-static-folder ^0.18.0