# 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" rust-version = "1.66.1" name = "konfiguration" version = "1.2.0" authors = ["Guilherme Favero Ferreira "] description = "Toml configuration loader with environment variables support." homepage = "https://github.com/faveroferreira/konfiguration" documentation = "https://docs.rs/konfiguration/" readme = "README.md" keywords = [ "config", "configuration", "settings", "env", "environment", ] categories = ["config"] license = "MIT" repository = "https://github.com/faveroferreira/konfiguration" [dependencies.serde] version = "1.0" [dependencies.serde-untagged] version = "0.1.1" [dependencies.thiserror] version = "1.0" [dependencies.toml] version = "0.8.0" [dev-dependencies.serde] version = "1.0" features = ["derive"] [badges.maintenance] status = "actively-developed"