hcl-rs 0.18.3

HCL parser and formatter for rust with serde support
Documentation
[dependencies.hcl-edit]
version = "0.8.4"

[dependencies.hcl-primitives]
features = ["serde"]
version = "0.1.8"

[dependencies.indexmap]
features = ["serde"]
version = "2.7.0"

[dependencies.itoa]
version = "1.0.14"

[dependencies.serde]
features = ["derive"]
version = "1.0.217"

[dependencies.vecmap-rs]
features = ["serde"]
version = "0.2"

[dev-dependencies.indoc]
version = "2.0"

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[dev-dependencies.serde_json]
features = ["preserve_order"]
version = "1.0.134"

[[example]]
name = "in-place-expr-evaluation"
path = "examples/in-place-expr-evaluation.rs"
test = true

[features]
default = []
perf = ["hcl-edit/perf", "hcl-primitives/perf"]

[lib]
name = "hcl"
path = "src/lib.rs"

[package]
authors = ["Martin Ohmann <martinohmann@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding"]
description = "HCL parser and formatter for rust with serde support"
documentation = "https://docs.rs/hcl-rs/"
edition = "2021"
include = ["CHANGELOG.md", "Cargo.toml", "LICENSE*", "README.md", "benches/**/*", "examples/**/*", "src/**/*", "tests/**/*"]
keywords = ["hcl", "serde", "serialization"]
license = "MIT OR Apache-2.0"
name = "hcl-rs"
readme = "README.md"
repository = "https://github.com/martinohmann/hcl-rs"
version = "0.18.3"

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

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

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

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

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

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

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

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