# 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" rust-version = "1.62.1" name = "confpiler_cli" version = "0.5.0" authors = ["Matt Chun-Lum "] exclude = ["/tests"] description = "A configuration \"compiler\" and exporter" homepage = "https://github.com/mattcl/confpiler" readme = "README.md" categories = [ "command-line-utilities", "config", ] license = "MIT OR Apache-2.0" repository = "https://github.com/mattcl/confpiler" resolver = "1" [[bin]] name = "confpiler" path = "src/main.rs" doc = false [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "3.1.2" features = ["derive"] [dependencies.confpiler] version = "^0.2.2" [dependencies.self_update] version = "0.37" features = [ "archive-tar", "compression-flate2", "rustls", ] default-features = false [dependencies.serde_json] version = "1.0" [dependencies.snailquote] version = "0.3" [dev-dependencies.assert_cmd] version = "2.0"