hcl-edit 0.8.4

Parse and modify HCL while preserving comments and whitespace
Documentation
[dependencies.fnv]
version = "1.0"

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

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

[dependencies.winnow]
version = "0.6"

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

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

[[example]]
name = "interpolation-unwrapping"
path = "examples/interpolation-unwrapping.rs"
test = true

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

[lib]
name = "hcl_edit"
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 = "Parse and modify HCL while preserving comments and whitespace"
documentation = "https://docs.rs/hcl-edit/"
edition = "2021"
include = ["CHANGELOG.md", "Cargo.toml", "LICENSE*", "README.md", "benches/**/*", "examples/**/*", "src/**/*", "tests/**/*"]
keywords = ["hcl"]
license = "MIT OR Apache-2.0"
name = "hcl-edit"
readme = "README.md"
repository = "https://github.com/martinohmann/hcl-rs"
version = "0.8.4"

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

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

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