]> git.proxmox.com Git - rustc.git/blame - src/vendor/serde_json/Cargo.toml
New upstream version 1.29.0+dfsg1
[rustc.git] / src / 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
6# to registry (e.g. crates.io) dependencies
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
XL
13[package]
14name = "serde_json"
8faf50e0 15version = "1.0.24"
041b39d2 16authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>", "David Tolnay <dtolnay@gmail.com>"]
ea8adc8c 17include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
7cac9316 18description = "A JSON serialization file format"
7cac9316 19documentation = "http://docs.serde.rs/serde_json/"
ea8adc8c 20readme = "README.md"
7cac9316
XL
21keywords = ["json", "serde", "serialization"]
22categories = ["encoding"]
ea8adc8c
XL
23license = "MIT/Apache-2.0"
24repository = "https://github.com/serde-rs/json"
abe05a73
XL
25[dependencies.dtoa]
26version = "0.4"
7cac9316 27
8faf50e0
XL
28[dependencies.indexmap]
29version = "1.0"
ea8adc8c 30optional = true
7cac9316 31
8faf50e0
XL
32[dependencies.itoa]
33version = "0.4"
041b39d2 34
abe05a73 35[dependencies.serde]
8faf50e0 36version = "1.0.60"
ea8adc8c 37[dev-dependencies.compiletest_rs]
2c00a5a8 38version = "0.3"
ea8adc8c
XL
39
40[dev-dependencies.serde_bytes]
41version = "0.10"
041b39d2 42
abe05a73
XL
43[dev-dependencies.serde_derive]
44version = "1.0"
45
041b39d2 46[features]
0531ce1d 47arbitrary_precision = []
041b39d2 48default = []
8faf50e0 49preserve_order = ["indexmap"]
ea8adc8c
XL
50[badges.appveyor]
51repository = "serde-rs/json"
52
53[badges.travis-ci]
54repository = "serde-rs/json"