hcl2json 0.1.12

CLI program for converting HCL to JSON
[[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.19.4"

[dependencies.rayon]
version = "1.10.0"

[dependencies.serde_json]
features = ["preserve_order"]
version = "1.0.140"

[dependencies.walkdir]
version = "2.5.0"

[dev-dependencies.assert_cmd]
features = ["color"]
version = "2.0.17"

[dev-dependencies.predicates]
version = "3.1.3"

[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.12"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"