# 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-macro" version = "1.0.4" authors = ["Erritis "] description = "MongoDB Macro is a crate with macros for quickly creating structures to work with mongodb" documentation = "https://docs.rs/mongodb-macro" readme = "README.md" keywords = [ "mongodb", "macro", "config", "clap", ] categories = [ "config", "database", "web-programming", ] license = "MIT" repository = "https://github.com/erritis/mongodb-macro" [dependencies.clap] version = "^4.3.0" features = [ "derive", "env", ] [dependencies.nested-env-parser] version = "1.1.0" [dev-dependencies.mongodb] version = ">=2"