]> git.proxmox.com Git - rustc.git/blame - vendor/serde_json/Cargo.toml
New upstream version 1.66.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"
2b03887a 16version = "1.0.86"
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]
f2b60f7d
FG
29categories = [
30 "encoding",
31 "parser-implementations",
32 "no-std",
33]
416331ca 34license = "MIT OR Apache-2.0"
ea8adc8c 35repository = "https://github.com/serde-rs/json"
5099ac24 36
0bf4aa26 37[package.metadata.docs.rs]
5099ac24
FG
38features = [
39 "raw_value",
40 "unbounded_depth",
41]
f035d41b 42targets = ["x86_64-unknown-linux-gnu"]
5099ac24
FG
43rustdoc-args = [
44 "--cfg",
45 "docsrs",
46]
0bf4aa26
XL
47
48[package.metadata.playground]
49features = ["raw_value"]
5099ac24 50
8faf50e0 51[dependencies.indexmap]
923072b8
FG
52version = "1.5.2"
53features = ["std"]
ea8adc8c 54optional = true
7cac9316 55
8faf50e0 56[dependencies.itoa]
a2a8927a 57version = "1.0"
041b39d2 58
b7449926 59[dependencies.ryu]
416331ca 60version = "1.0"
b7449926 61
abe05a73 62[dependencies.serde]
f035d41b
XL
63version = "1.0.100"
64default-features = false
5099ac24 65
416331ca 66[dev-dependencies.automod]
29967ef6 67version = "1.0"
416331ca 68
f2b60f7d
FG
69[dev-dependencies.indoc]
70version = "1.0"
71
5099ac24
FG
72[dev-dependencies.ref-cast]
73version = "1.0"
74
f035d41b
XL
75[dev-dependencies.rustversion]
76version = "1.0"
ea8adc8c 77
923072b8
FG
78[dev-dependencies.serde]
79version = "1.0.100"
80features = ["derive"]
81
ea8adc8c 82[dev-dependencies.serde_bytes]
416331ca 83version = "0.11"
041b39d2 84
abe05a73
XL
85[dev-dependencies.serde_derive]
86version = "1.0"
87
416331ca
XL
88[dev-dependencies.serde_stacker]
89version = "0.1"
90
91[dev-dependencies.trybuild]
3c0e092e 92version = "1.0.49"
f035d41b 93features = ["diff"]
416331ca 94
041b39d2 95[features]
f035d41b 96alloc = ["serde/alloc"]
0531ce1d 97arbitrary_precision = []
f035d41b
XL
98default = ["std"]
99float_roundtrip = []
923072b8
FG
100preserve_order = [
101 "indexmap",
102 "std",
103]
0bf4aa26 104raw_value = []
f035d41b 105std = ["serde/std"]
416331ca 106unbounded_depth = []