# 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 = "mongor" version = "0.1.9" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Ergonomic MongoDB ODM" readme = "README.md" keywords = [ "mongo", "MongoDB", "ODM", ] license = "MIT" repository = "https://gitlab.com/robertlopezdev/mongor" [package.metadata.docs.rs] features = ["grid_fs"] [lib] name = "mongor" path = "src/lib.rs" doctest = false [dependencies.futures-util] version = "0.3.30" optional = true [dependencies.mongodb] version = "3.1.0" [dependencies.serde] version = "1.0.210" features = ["derive"] [dev-dependencies.tokio] version = "1.34.0" features = ["full"] [dev-dependencies.tokio-util] version = "0.7.12" [features] grid_fs = ["futures-util"]