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
somewhere in the dependency tree.default-features = false Enables tokio-runtime of mongodb ^2
- 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
-
Enables mongodb ^2
- bson default