]> git.proxmox.com Git - rustc.git/blame - src/vendor/serde/Cargo.toml
New upstream version 1.23.0+dfsg1
[rustc.git] / src / vendor / serde / Cargo.toml
CommitLineData
041b39d2
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
13[package]
14name = "serde"
abe05a73 15version = "1.0.21"
041b39d2
XL
16authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>", "David Tolnay <dtolnay@gmail.com>"]
17include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
18description = "A generic serialization/deserialization framework"
19homepage = "https://serde.rs"
20documentation = "https://docs.serde.rs/serde/"
21readme = "README.md"
22keywords = ["serde", "serialization", "no_std"]
23categories = ["encoding"]
24license = "MIT/Apache-2.0"
25repository = "https://github.com/serde-rs/serde"
26[dependencies.serde_derive]
27version = "1.0"
28optional = true
29[dev-dependencies.serde_derive]
30version = "1.0"
31
32[features]
ea8adc8c 33alloc = ["unstable"]
3b2f2976 34default = ["std"]
ea8adc8c 35derive = ["serde_derive"]
abe05a73 36playground = ["serde_derive"]
ea8adc8c 37rc = []
abe05a73
XL
38std = []
39unstable = []
40[badges.appveyor]
041b39d2
XL
41repository = "serde-rs/serde"
42
abe05a73 43[badges.travis-ci]
041b39d2 44repository = "serde-rs/serde"