serde-hjson 0.8.2

Hjson serialization file format
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "serde-hjson"
version = "0.8.2"
authors = ["Christian Zangl <laktak@cdak.net>"]
description = "Hjson serialization file format"
readme = "../README.md"
keywords = ["hjson", "json", "serde", "serialization"]
license = "MIT"
repository = "https://github.com/hjson/hjson-rust"
[dependencies.clippy]
version = "^0.*"
optional = true

[dependencies.lazy_static]
version = "^0.2"

[dependencies.linked-hash-map]
version = "^0.3.0"
optional = true

[dependencies.num-traits]
version = "~0.1.32"

[dependencies.regex]
version = "^1.0"

[dependencies.serde]
version = "^0.8.0"

[features]
default = ["preserve_order"]
preserve_order = ["linked-hash-map", "linked-hash-map/serde_impl"]
unstable-testing = ["clippy"]