# 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 = "cco" version = "0.1.1" authors = ["Dennis Frenken "] description = "cascading configuration" homepage = "https://github.com/denfren/cco" readme = "README.md" keywords = [ "hcl", "configuration", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/denfren/cco" [dependencies.anyhow] version = "1" [dependencies.clap] version = "4" features = ["derive"] [dependencies.derive-new] version = "0.6" [dependencies.hcl-edit] version = "0.7" [dependencies.hcl-rs] version = "0.16" [dependencies.indexmap] version = "2" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.serde_yaml] version = "0.9" [dependencies.thiserror] version = "1" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [dev-dependencies.insta] version = "1.34" features = [ "glob", "yaml", ] [dev-dependencies.pretty_assertions] version = "1"