Cargo Features
[dependencies]
mongdodm = { 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 whenevermongdodm
is added without
somewhere in the dependency tree.default-features = false - tokio-runtime default
-
Enables tokio-runtime of mongodb ^2
- async-std-runtime
-
Enables async-std-runtime of mongodb ^2
- chrono-0_4
-
Enables bson-chrono-0_4 of mongodb ^2
MongDODM has 4 features without comments.