Cargo Features

[dependencies]
musty = { version = "0.5.2", default-features = false, features = ["graphql", "mongodb", "bson"] }
default = bson, mongodb

These default features are set whenever musty is added without default-features = false somewhere in the dependency tree.

Enables tokio-runtime of mongodb

graphql

Enables async-graphql ^5

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.

mongodb default
bson default