]> git.proxmox.com Git - rustc.git/blame - vendor/serde/Cargo.toml
Merge tag 'debian/1.52.1+dfsg1-1_exp2' into proxmox/buster
[rustc.git] / 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
dc9dc135 6# to registry (e.g., crates.io) dependencies
041b39d2
XL
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"
6a06907d 15version = "1.0.124"
041b39d2 16authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>", "David Tolnay <dtolnay@gmail.com>"]
8faf50e0 17build = "build.rs"
f035d41b 18include = ["build.rs", "src/**/*.rs", "crates-io.md", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
041b39d2
XL
19description = "A generic serialization/deserialization framework"
20homepage = "https://serde.rs"
21documentation = "https://docs.serde.rs/serde/"
8faf50e0 22readme = "crates-io.md"
041b39d2
XL
23keywords = ["serde", "serialization", "no_std"]
24categories = ["encoding"]
dc9dc135 25license = "MIT OR Apache-2.0"
041b39d2 26repository = "https://github.com/serde-rs/serde"
f035d41b
XL
27[package.metadata.docs.rs]
28targets = ["x86_64-unknown-linux-gnu"]
29
dc9dc135
XL
30[package.metadata.playground]
31features = ["derive", "rc"]
041b39d2 32[dependencies.serde_derive]
6a06907d 33version = "=1.0.124"
041b39d2
XL
34optional = true
35[dev-dependencies.serde_derive]
36version = "1.0"
37
38[features]
e1599b0c 39alloc = []
3b2f2976 40default = ["std"]
ea8adc8c
XL
41derive = ["serde_derive"]
42rc = []
abe05a73
XL
43std = []
44unstable = []