# 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 = "env-map" version = "0.1.0" authors = ["Rodrigo Bronzelle "] description = "EnvConfig: A Rust crate for easily mapping environment variables to structs with support for `.env` files and global accessibility." readme = "README.md" keywords = [ "configuration", "env", "settings", "macro", "global-config", ] categories = [ "config", "development-tools::build-utils", ] license = "MPL-2.0" repository = "https://github.com/bronzelle/env-map" [lib] proc-macro = true [dependencies.dotenvy] version = "0.15.7" [dependencies.envy] version = "0.4.2" [dependencies.proc-macro2] version = "1.0.74" [dependencies.quote] version = "1.0.35" [dependencies.serde] version = "1.0.164" features = ["derive"] [dependencies.syn] version = "2.0.46"