]> git.proxmox.com Git - cargo.git/blob - vendor/serde_json-1.0.3/Cargo.toml
New upstream version 0.23.0
[cargo.git] / vendor / serde_json-1.0.3 / Cargo.toml
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
13 [package]
14 name = "serde_json"
15 version = "1.0.3"
16 authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>", "David Tolnay <dtolnay@gmail.com>"]
17 include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
18 description = "A JSON serialization file format"
19 documentation = "http://docs.serde.rs/serde_json/"
20 readme = "README.md"
21 keywords = ["json", "serde", "serialization"]
22 categories = ["encoding"]
23 license = "MIT/Apache-2.0"
24 repository = "https://github.com/serde-rs/json"
25 [dependencies.num-traits]
26 version = "0.1.32"
27
28 [dependencies.serde]
29 version = "1.0"
30
31 [dependencies.linked-hash-map]
32 version = "0.4.1"
33 optional = true
34
35 [dependencies.itoa]
36 version = "0.3"
37
38 [dependencies.dtoa]
39 version = "0.4"
40 [dev-dependencies.serde_derive]
41 version = "1.0"
42
43 [dev-dependencies.compiletest_rs]
44 version = "0.2"
45
46 [dev-dependencies.serde_bytes]
47 version = "0.10"
48
49 [features]
50 default = []
51 preserve_order = ["linked-hash-map"]
52 [badges.appveyor]
53 repository = "serde-rs/json"
54
55 [badges.travis-ci]
56 repository = "serde-rs/json"