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 default-features = false somewhere in the dependency tree.

Enables mongodb, tokio, and tokio-stream

async-std-runtime

Enables futures, async-std-runtime of mongodb

tokio-runtime

Enables tokio and tokio-stream, tokio-runtime of mongodb

mongodb-gridfs has 3 features without comments.