[[bin]]
name = "hcl2json"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.98"
[dependencies.clap]
features = ["derive"]
version = "4.5.40"
[dependencies.globset]
version = "0.4.16"
[dependencies.hcl-rs]
features = ["perf"]
version = "0.18.6"
[dependencies.rayon]
version = "1.10.0"
[dependencies.serde_json]
version = "1.0.140"
[dependencies.walkdir]
version = "2.5.0"
[package]
authors = ["Martin Ohmann <martinohmann@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding"]
description = "CLI program for converting HCL to JSON"
documentation = "https://docs.rs/hcl2json/"
edition = "2024"
include = ["CHANGELOG.md", "Cargo.toml", "LICENSE*", "README.md", "benches/**/*", "examples/**/*", "src/**/*", "tests/**/*"]
keywords = ["hcl", "json", "serialization"]
license = "MIT OR Apache-2.0"
name = "hcl2json"
readme = "README.md"
repository = "https://github.com/martinohmann/hcl-rs"
resolver = "2"
version = "0.1.2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]