# 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-primitives" version = "0.1.7" 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 = "Primitives used by the HCL sub-languages" documentation = "https://docs.rs/hcl-primitives/" readme = "README.md" keywords = [ "hcl", "primitives", ] 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_primitives" path = "src/lib.rs" [dependencies.itoa] version = "1.0.11" [dependencies.kstring] version = "2.0.2" features = ["max_inline"] optional = true [dependencies.ryu] version = "1.0.18" [dependencies.serde] version = "1.0.210" features = [ "alloc", "derive", ] optional = true default-features = false [dependencies.unicode-ident] version = "1.0.13" [features] default = ["std"] perf = [ "std", "dep:kstring", ] serde = [ "dep:serde", "kstring?/serde", ] std = ["serde?/std"]