]> git.proxmox.com Git - rustc.git/blame - vendor/serde_json/Cargo.toml
New upstream version 1.63.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"
923072b8 16version = "1.0.81"
5099ac24
FG
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]
923072b8
FG
48version = "1.5.2"
49features = ["std"]
ea8adc8c 50optional = true
7cac9316 51
8faf50e0 52[dependencies.itoa]
a2a8927a 53version = "1.0"
041b39d2 54
b7449926 55[dependencies.ryu]
416331ca 56version = "1.0"
b7449926 57
abe05a73 58[dependencies.serde]
f035d41b
XL
59version = "1.0.100"
60default-features = false
5099ac24 61
416331ca 62[dev-dependencies.automod]
29967ef6 63version = "1.0"
416331ca 64
5099ac24
FG
65[dev-dependencies.ref-cast]
66version = "1.0"
67
f035d41b
XL
68[dev-dependencies.rustversion]
69version = "1.0"
ea8adc8c 70
923072b8
FG
71[dev-dependencies.serde]
72version = "1.0.100"
73features = ["derive"]
74
ea8adc8c 75[dev-dependencies.serde_bytes]
416331ca 76version = "0.11"
041b39d2 77
abe05a73
XL
78[dev-dependencies.serde_derive]
79version = "1.0"
80
416331ca
XL
81[dev-dependencies.serde_stacker]
82version = "0.1"
83
84[dev-dependencies.trybuild]
3c0e092e 85version = "1.0.49"
f035d41b 86features = ["diff"]
416331ca 87
041b39d2 88[features]
f035d41b 89alloc = ["serde/alloc"]
0531ce1d 90arbitrary_precision = []
f035d41b
XL
91default = ["std"]
92float_roundtrip = []
923072b8
FG
93preserve_order = [
94 "indexmap",
95 "std",
96]
0bf4aa26 97raw_value = []
f035d41b 98std = ["serde/std"]
416331ca 99unbounded_depth = []