# 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 = "nested-env-parser" version = "1.1.0" authors = ["Erritis "] description = "Nested Env Parser is a crate for getting the final value of a string with nested environment variables." documentation = "https://docs.rs/nested-env-parser" readme = "README.md" keywords = [ "config", "clap", ] categories = ["config"] license = "MIT" repository = "https://github.com/erritis/nested-env-parser" [dependencies.envmnt] version = "0.10.4" [dev-dependencies.clap] version = "4.3.0" features = [ "derive", "env", ]