]> git.proxmox.com Git - rustc.git/blame - vendor/serde_json/Cargo.toml
New upstream version 1.60.0+dfsg1
[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
94222f64 6# to registry (e.g., crates.io) dependencies.
ea8adc8c 7#
94222f64
XL
8# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
ea8adc8c 11
7cac9316 12[package]
f035d41b 13edition = "2018"
a2a8927a 14rust-version = "1.36"
7cac9316 15name = "serde_json"
5099ac24
FG
16version = "1.0.79"
17authors = [
18 "Erick Tryzelaar <erick.tryzelaar@gmail.com>",
19 "David Tolnay <dtolnay@gmail.com>",
20]
7cac9316 21description = "A JSON serialization file format"
f035d41b 22documentation = "https://docs.serde.rs/serde_json/"
ea8adc8c 23readme = "README.md"
5099ac24
FG
24keywords = [
25 "json",
26 "serde",
27 "serialization",
28]
7cac9316 29categories = ["encoding"]
416331ca 30license = "MIT OR Apache-2.0"
ea8adc8c 31repository = "https://github.com/serde-rs/json"
5099ac24 32
0bf4aa26 33[package.metadata.docs.rs]
5099ac24
FG
34features = [
35 "raw_value",
36 "unbounded_depth",
37]
f035d41b 38targets = ["x86_64-unknown-linux-gnu"]
5099ac24
FG
39rustdoc-args = [
40 "--cfg",
41 "docsrs",
42]
0bf4aa26
XL
43
44[package.metadata.playground]
45features = ["raw_value"]
5099ac24 46
8faf50e0 47[dependencies.indexmap]
29967ef6 48version = "1.5"
ea8adc8c 49optional = true
7cac9316 50
8faf50e0 51[dependencies.itoa]
a2a8927a 52version = "1.0"
041b39d2 53
b7449926 54[dependencies.ryu]
416331ca 55version = "1.0"
b7449926 56
abe05a73 57[dependencies.serde]
f035d41b
XL
58version = "1.0.100"
59default-features = false
5099ac24 60
416331ca 61[dev-dependencies.automod]
29967ef6 62version = "1.0"
416331ca 63
5099ac24
FG
64[dev-dependencies.ref-cast]
65version = "1.0"
66
f035d41b
XL
67[dev-dependencies.rustversion]
68version = "1.0"
ea8adc8c
XL
69
70[dev-dependencies.serde_bytes]
416331ca 71version = "0.11"
041b39d2 72
abe05a73
XL
73[dev-dependencies.serde_derive]
74version = "1.0"
75
416331ca
XL
76[dev-dependencies.serde_stacker]
77version = "0.1"
78
79[dev-dependencies.trybuild]
3c0e092e 80version = "1.0.49"
f035d41b 81features = ["diff"]
416331ca 82
041b39d2 83[features]
f035d41b 84alloc = ["serde/alloc"]
0531ce1d 85arbitrary_precision = []
f035d41b
XL
86default = ["std"]
87float_roundtrip = []
8faf50e0 88preserve_order = ["indexmap"]
0bf4aa26 89raw_value = []
f035d41b 90std = ["serde/std"]
416331ca 91unbounded_depth = []