# 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 = "yaml-config" version = "1.0.0" description = "Dynamic YAML configuration parser." homepage = "https://github.com/angrygoats/yaml-config" documentation = "https://docs.rs/yaml-config" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/angrygoats/yaml-config" [dependencies.enum-as-inner] version = "0.5.1" [dependencies.fxhash] version = "0.2.1" [dependencies.indexmap] version = "1.9.1" [dependencies.linked-hash-map] version = "0.5.3" [dependencies.yaml-rust] version = "0.4.5" [dev-dependencies.envtestkit] version = "1.1.2" [dev-dependencies.tempfile] version = "3.3.0"