# 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" version = "0.1.9" authors = ["Hengfei Yang "] description = "parse `env` to config struct for Rust" homepage = "https://github.com/openobserve/dotenv-config/" documentation = "https://docs.rs/dotenv_config" readme = "README.md" keywords = [ "environment", "env", "dotenv", "settings", "config", ] license = "MIT" repository = "https://github.com/openobserve/dotenv-config/" [lib] proc-macro = true [dependencies.anyhow] version = "1" [dependencies.askama] version = "0.12.1" [dependencies.convert_case] version = "0.6.0" [dev-dependencies.dotenvy] version = "0.15.6"