# 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 = "hcl-edit" version = "0.8.3" authors = ["Martin Ohmann "] build = false include = [ "CHANGELOG.md", "Cargo.toml", "LICENSE*", "README.md", "benches/**/*", "examples/**/*", "src/**/*", "tests/**/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Parse and modify HCL while preserving comments and whitespace" documentation = "https://docs.rs/hcl-edit/" readme = "README.md" keywords = ["hcl"] categories = ["encoding"] license = "MIT OR Apache-2.0" repository = "https://github.com/martinohmann/hcl-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "hcl_edit" path = "src/lib.rs" [[example]] name = "interpolation-unwrapping" path = "examples/interpolation-unwrapping.rs" test = true [[test]] name = "parse" path = "tests/parse.rs" [[test]] name = "regressions" path = "tests/regressions.rs" [dependencies.fnv] version = "1.0" [dependencies.hcl-primitives] version = "0.1.7" [dependencies.vecmap-rs] version = "0.2" [dependencies.winnow] version = "0.6" [dev-dependencies.indoc] version = "2.0" [dev-dependencies.pretty_assertions] version = "1.4" [features] default = [] perf = ["hcl-primitives/perf"]