# 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 = "toml-env" version = "1.2.0" authors = ["Luke Frisken "] description = "A simple configuration library using TOML" readme = "README.md" keywords = [ "configuration", "environment", "env", "dotenv", "toml", ] categories = ["config"] license = "MIT" repository = "https://github.com/kellpossible/toml-env" [dependencies.log] version = "0.4.20" optional = true [dependencies.serde] version = "1.0.188" [dependencies.serde-toml-merge] version = "0.3.2" [dependencies.thiserror] version = "1.0.48" [dependencies.toml] version = "0.8.0" [dev-dependencies.anyhow] version = "1.0.75" [dev-dependencies.serde] version = "1.0.188" features = ["derive"] [dev-dependencies.tempfile] version = "3.8.0"