[[bench]]
harness = false
name = "parse"
path = "benches/parse.rs"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dev-dependencies.glassbench]
version = "0.3.5"
[lib]
name = "deser_hjson"
path = "src/lib.rs"
[package]
authors = ["dystroy <denys.seguret@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding"]
description = "a Hjson deserializer for Serde"
edition = "2018"
keywords = ["hjson", "deserialization", "serde", "derive", "json"]
license = "MIT"
name = "deser-hjson"
readme = "README.md"
repository = "https://github.com/Canop/deser-hjson"
version = "2.2.5"
[profile.bench]
lto = true
[profile.release]
lto = true
[[test]]
name = "array"
path = "tests/array.rs"
[[test]]
name = "bad_format"
path = "tests/bad_format.rs"
[[test]]
name = "braceless"
path = "tests/braceless.rs"
[[test]]
name = "crlf"
path = "tests/crlf.rs"
[[test]]
name = "enum"
path = "tests/enum.rs"
[[test]]
name = "guess"
path = "tests/guess.rs"
[[test]]
name = "mix"
path = "tests/mix.rs"
[[test]]
name = "multiline_strings"
path = "tests/multiline_strings.rs"
[[test]]
name = "quoteless-key"
path = "tests/quoteless-key.rs"
[[test]]
name = "reader"
path = "tests/reader.rs"
[[test]]
name = "serde-error"
path = "tests/serde-error.rs"
[[test]]
name = "spacing"
path = "tests/spacing.rs"
[[test]]
name = "strings"
path = "tests/strings.rs"
[[test]]
name = "trailing_chars"
path = "tests/trailing_chars.rs"
[[test]]
name = "trim_quoteless"
path = "tests/trim_quoteless.rs"
[[test]]
name = "untagged_corner_cases"
path = "tests/untagged_corner_cases.rs"