# 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 = "hq-rs" version = "0.13.0" description = "command-line HCL processor" homepage = "https://github.com/miller-time/hq" documentation = "https://docs.rs/hq-rs/latest" readme = "README.md" license = "MIT" repository = "https://github.com/miller-time/hq" [dependencies.annotate-snippets] version = "0.11" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.hcl-edit] version = "0.8" [dependencies.hcl-rs] version = "0.18" [dependencies.pest] version = "2.7" [dependencies.pest_derive] version = "2.7" [dev-dependencies]