serde_json 1.0.43

A JSON serialization file format
Documentation
[badges.appveyor]
repository = "serde-rs/json"

[badges.travis-ci]
repository = "serde-rs/json"
[dependencies.indexmap]
optional = true
version = "1.2"

[dependencies.itoa]
version = "0.4.3"

[dependencies.ryu]
version = "1.0"

[dependencies.serde]
version = "1.0.60"
[dev-dependencies.automod]
version = "0.1"

[dev-dependencies.rustversion]
version = "1.0"

[dev-dependencies.serde_bytes]
version = "0.11"

[dev-dependencies.serde_derive]
version = "1.0"

[dev-dependencies.serde_stacker]
version = "0.1"

[dev-dependencies.trybuild]
version = "1.0"

[features]
arbitrary_precision = []
default = []
preserve_order = ["indexmap"]
raw_value = []
unbounded_depth = []

[package]
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>", "David Tolnay <dtolnay@gmail.com>"]
categories = ["encoding"]
description = "A JSON serialization file format"
documentation = "http://docs.serde.rs/serde_json/"
include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
keywords = ["json", "serde", "serialization"]
license = "MIT OR Apache-2.0"
name = "serde_json"
readme = "README.md"
repository = "https://github.com/serde-rs/json"
version = "1.0.43"
[package.metadata.docs.rs]
features = ["raw_value", "unbounded_depth"]

[package.metadata.playground]
features = ["raw_value"]