# 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 = "mango-orm" version = "0.12.6" authors = [ "Gennady Kostunin ", "Aurelien Foucault ", ] description = "ORM-like API MongoDB for Rust." homepage = "https://github.com/kebasyaty/mango-orm" readme = "README.md" keywords = [ "mongodb", "mango", "nosql", "mongo", "orm", ] license = "MIT OR Apache-2.0" repository = "https://github.com/kebasyaty/mango-orm" resolver = "2" [dependencies.actix-web] version = "3.3.3" [dependencies.chrono] version = "0.4.19" [dependencies.image] version = "0.24.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.mongodb] version = "1.2.5" features = ["sync"] default-features = false [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.5.6" [dependencies.rust-argon2] version = "1.0.0" [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_json] version = "1.0.81" [dependencies.slug] version = "0.1.4" [dependencies.uuid] version = "1.1.2" features = [ "v4", "fast-rng", "macro-diagnostics", ] [dependencies.validator] version = "0.15.0"