]> git.proxmox.com Git - rustc.git/blame - vendor/serde_json/Cargo.toml
Merge tag 'debian/1.52.1+dfsg1-1_exp2' into proxmox/buster
[rustc.git] / vendor / serde_json / Cargo.toml
CommitLineData
ea8adc8c
XL
1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
416331ca 6# to registry (e.g., crates.io) dependencies
ea8adc8c
XL
7#
8# If you believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
7cac9316 13[package]
f035d41b 14edition = "2018"
7cac9316 15name = "serde_json"
6a06907d 16version = "1.0.64"
041b39d2 17authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>", "David Tolnay <dtolnay@gmail.com>"]
f035d41b 18include = ["build.rs", "src/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
7cac9316 19description = "A JSON serialization file format"
f035d41b 20documentation = "https://docs.serde.rs/serde_json/"
ea8adc8c 21readme = "README.md"
7cac9316
XL
22keywords = ["json", "serde", "serialization"]
23categories = ["encoding"]
416331ca 24license = "MIT OR Apache-2.0"
ea8adc8c 25repository = "https://github.com/serde-rs/json"
0bf4aa26 26[package.metadata.docs.rs]
416331ca 27features = ["raw_value", "unbounded_depth"]
f035d41b 28targets = ["x86_64-unknown-linux-gnu"]
0bf4aa26
XL
29
30[package.metadata.playground]
31features = ["raw_value"]
8faf50e0 32[dependencies.indexmap]
29967ef6 33version = "1.5"
ea8adc8c 34optional = true
7cac9316 35
8faf50e0 36[dependencies.itoa]
0bf4aa26 37version = "0.4.3"
f035d41b 38default-features = false
041b39d2 39
b7449926 40[dependencies.ryu]
416331ca 41version = "1.0"
b7449926 42
abe05a73 43[dependencies.serde]
f035d41b
XL
44version = "1.0.100"
45default-features = false
416331ca 46[dev-dependencies.automod]
29967ef6 47version = "1.0"
416331ca 48
f035d41b
XL
49[dev-dependencies.rustversion]
50version = "1.0"
ea8adc8c
XL
51
52[dev-dependencies.serde_bytes]
416331ca 53version = "0.11"
041b39d2 54
abe05a73
XL
55[dev-dependencies.serde_derive]
56version = "1.0"
57
416331ca
XL
58[dev-dependencies.serde_stacker]
59version = "0.1"
60
61[dev-dependencies.trybuild]
f035d41b
XL
62version = "1.0.19"
63features = ["diff"]
416331ca 64
041b39d2 65[features]
f035d41b 66alloc = ["serde/alloc"]
0531ce1d 67arbitrary_precision = []
f035d41b
XL
68default = ["std"]
69float_roundtrip = []
8faf50e0 70preserve_order = ["indexmap"]
0bf4aa26 71raw_value = []
f035d41b 72std = ["serde/std"]
416331ca 73unbounded_depth = []