]> git.proxmox.com Git - cargo.git/blob - vendor/serde_json/Cargo.toml
New upstream version 0.37.0
[cargo.git] / vendor / serde_json / 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.40"
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 OR Apache-2.0"
24 repository = "https://github.com/serde-rs/json"
25 [package.metadata.docs.rs]
26 features = ["raw_value", "unbounded_depth"]
27
28 [package.metadata.playground]
29 features = ["raw_value"]
30 [dependencies.indexmap]
31 version = "1.0"
32 optional = true
33
34 [dependencies.itoa]
35 version = "0.4.3"
36
37 [dependencies.ryu]
38 version = "1.0"
39
40 [dependencies.serde]
41 version = "1.0.60"
42 [dev-dependencies.automod]
43 version = "0.1"
44
45 [dev-dependencies.select-rustc]
46 version = "0.1"
47
48 [dev-dependencies.serde_bytes]
49 version = "0.11"
50
51 [dev-dependencies.serde_derive]
52 version = "1.0"
53
54 [dev-dependencies.serde_stacker]
55 version = "0.1"
56
57 [dev-dependencies.trybuild]
58 version = "1.0"
59
60 [features]
61 arbitrary_precision = []
62 default = []
63 preserve_order = ["indexmap"]
64 raw_value = []
65 unbounded_depth = []
66 [badges.appveyor]
67 repository = "serde-rs/json"
68
69 [badges.travis-ci]
70 repository = "serde-rs/json"