# 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 = "mongodb-ext" version = "4.3.2" description = "An extension crate for mongodb to create a database setup without boilerplate." documentation = "https://docs.rs/mongodb-ext/" readme = "README.md" keywords = ["mongodb", "macro", "collection", "database", "schema"] categories = ["database", "development-tools"] license-file = "LICENSE" repository = "https://github.com/cpu-runtime/mongodb-ext" resolver = "2" [dependencies.async-trait] version = "0" [dependencies.mongodb] version = "2" [dependencies.mongodb-ext-derive] version = "1" [dependencies.mongodb-gridfs] version = "0" optional = true [dependencies.paste] version = "1" [dependencies.serde] version = "1" [dependencies.typed-builder] version = "0" [dev-dependencies.serde] version = "1" [dev-dependencies.serde_json] version = "1" [dev-dependencies.tokio-test] version = "0" [features] default = ["mongodb-gridfs"]