# 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" rust-version = "1.57" name = "green-barrel" version = "1.7.8" authors = [ "Gennady Kostunin ", "Aurelien Foucault ", "Luc Perkins ", ] description = "ORM-like API MongoDB for Rust." homepage = "https://github.com/kebasyaty/green-barrel" readme = "README.md" keywords = [ "mongodb", "nosql", "database", "mango", "orm", ] license = "MIT OR Apache-2.0" repository = "https://github.com/kebasyaty/green-barrel" [package.metadata.i18n] available-locales = [ "en", "ru", "zh", "es", "it", "pt", "de", "fr", "eo", "ga", "is", "fi", "ja", "sl", "sv", "tr", "zu", ] default-locale = "en" load-path = "locales" [lib] doctest = false [dependencies.async-lock] version = "2.8.0" [dependencies.async-trait] version = "0.1.73" [dependencies.chrono] version = "0.4.26" [dependencies.futures] version = "0.3.28" [dependencies.image] version = "0.24.7" [dependencies.lazy_static] version = "1.4.0" [dependencies.mongodb] version = "2.6.1" features = [ "tokio-runtime", "bson-chrono-0_4", ] default-features = false [dependencies.once_cell] version = "1.18.0" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.9.3" [dependencies.rust-argon2] version = "2.0.0" [dependencies.rust-i18n] version = "2.1.0" [dependencies.serde] version = "1.0.183" features = ["derive"] [dependencies.serde_json] version = "1.0.104" [dependencies.slug] version = "0.1.4" [dependencies.uuid] version = "1.4.1" features = [ "v4", "fast-rng", "macro-diagnostics", ] [dependencies.validator] version = "0.16.1" [dev-dependencies.tokio] version = "1.31.0" features = ["full"]