Cargo Features
mongodb-gridfs has no features set by default.
[dependencies]
mongodb-gridfs = { version = "0.2.7", features = ["async-std-runtime", "tokio-runtime"] }
- default
-
These default features are set whenever
mongodb-gridfs
is added without
somewhere in the dependency tree.default-features = false Enables mongodb ^2, tokio, and tokio-stream
- async-std-runtime
-
Enables futures, async-std-runtime of mongodb ^2
- tokio-runtime
-
Enables tokio and tokio-stream, tokio-runtime of mongodb ^2
mongodb-gridfs has 3 features without comments.