Cargo Features

[dependencies]
mongodm = { version = "0.9.2", default-features = false, features = ["tokio-runtime", "async-std-runtime", "chrono-0_4"] }
default = tokio-runtime

The tokio-runtime feature is set by default whenever mongodm is added without default-features = false somewhere in the dependency tree.

tokio-runtime default

Enables tokio-runtime of mongodb

async-std-runtime

Enables async-std-runtime of mongodb

chrono-0_4

Enables bson-chrono-0_4 of mongodb

mongodb:

Enable support for v0.4 of the chrono crate in the public API of the BSON library.

MongODM has 4 features without comments.