# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "mongodm" version = "0.10.0" authors = ["BenoƮt CORTIER "] include = [ "src/**/*", "README.md", "CHANGELOG.md", ] description = "A thin ODM layer for mongodb" readme = "README.md" keywords = [ "mongodb", "database", "nosql", "odm", ] categories = ["database"] license = "MIT OR Apache-2.0" repository = "https://github.com/Devolutions/mongodm-rs" [dependencies.async-trait] version = "0.1" [dependencies.futures-core] version = "0.3" [dependencies.futures-util] version = "0.3" [dependencies.mongodb] version = "3" default-features = true [dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.chrono] version = "0.4.38" features = ["serde"] [dev-dependencies.pretty_assertions] version = "1.0.0" [dev-dependencies.tokio] version = "1.14.0"