# 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 = "confyg" version = "0.2.0" authors = ["Duncan McGreggor "] exclude = [ "/.github", "/resources", ".gitignore", ] description = "A simple, TOML-based, ENV-enabled library that can find and merge configs" documentation = "https://docs.rs/confyg/" readme = "README.md" keywords = [ "configuration", "toml", "settings", "env", "environment", ] categories = ["config"] license = "Apache-2.0" repository = "https://github.com/oxur/confyg" [lib] name = "confyg" [[example]] name = "env" [[example]] name = "env_str" [[example]] name = "file" [[example]] name = "file_none" [[example]] name = "file_none_with_defaults" [[example]] name = "file_search" [[example]] name = "file_struct" [[example]] name = "files" [[example]] name = "full" [[example]] name = "simple" [dependencies.serde] version = "1.0" [dependencies.toml] version = "0.7" [dev-dependencies.serde_derive] version = "1.0"