# 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 = "config-parse" version = "2.2.2" description = "A tool to check and extract certain key-values from your config files" homepage = "https://github.com/marcel-baur/config-parse" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/marcel-baur/config-parse" [dependencies.clap] version = "4.2.5" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.config] version = "0.13.1" [dependencies.confy] version = "0.4.0" [dependencies.csv] version = "1.2" [dependencies.propparse] version = "0.2.4" [dependencies.serde] version = "1.0.160" features = ["derive"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" [dependencies.yaml-rust] version = "0.4.5"