# 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 = "grafton-config" version = "0.2.1" authors = ["Grant Sparks "] include = [ "Cargo.toml", "src/**/*", ] description = "Load configuration from toml files with token variable expansion and environment overrides" homepage = "https://www.grafton.ai" readme = "readme.md" keywords = [ "configuration", "config", "settings", ] categories = ["config"] license = "Apache-2.0" repository = "https://github.com/GrantSparks/grafton-config" [[example]] name = "config_example" path = "examples/config_example.rs" [dependencies.derivative] version = "2.2.0" [dependencies.figment] version = "0.10.19" features = [ "env", "toml", ] [dependencies.lazy_static] version = "1.5.0" [dependencies.once_cell] version = "1.19.0" [dependencies.regex] version = "1.10.5" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.120" [dependencies.strum] version = "0.26.3" features = ["derive"] [dependencies.thiserror] version = "1.0.61" [dev-dependencies.tempfile] version = "3.10.1"