# 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 = "dotenv_config_ext" version = "0.1.3" authors = ["Alejandro Llanes "] description = "parse `env` to config struct for Rust" homepage = "https://github.com/sombralibre/dotenv-config" documentation = "https://docs.rs/dotenv_config_ext" readme = "README.md" keywords = [ "environment", "env", "dotenv", "settings", "config", ] license = "MIT" repository = "https://github.com/sombralibre/dotenv-config" [lib] proc-macro = true [dependencies.anyhow] version = "1" [dependencies.askama] version = "0.11.1" [dependencies.convert_case] version = "0.6.0" [dependencies.dotenv] version = "0.15.0" [dev-dependencies.tokio-test] version = "0.4.2"