]> git.proxmox.com Git - rustc.git/blame - vendor/serde/Cargo.toml
New upstream version 1.70.0+dfsg1
[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
94222f64 6# to registry (e.g., crates.io) dependencies.
041b39d2 7#
94222f64
XL
8# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
041b39d2
XL
11
12[package]
353b0b11 13rust-version = "1.19"
041b39d2 14name = "serde"
353b0b11 15version = "1.0.159"
923072b8
FG
16authors = [
17 "Erick Tryzelaar <erick.tryzelaar@gmail.com>",
18 "David Tolnay <dtolnay@gmail.com>",
19]
8faf50e0 20build = "build.rs"
923072b8
FG
21include = [
22 "build.rs",
23 "src/**/*.rs",
24 "crates-io.md",
25 "README.md",
26 "LICENSE-APACHE",
27 "LICENSE-MIT",
28]
041b39d2
XL
29description = "A generic serialization/deserialization framework"
30homepage = "https://serde.rs"
9ffffee4 31documentation = "https://docs.rs/serde"
8faf50e0 32readme = "crates-io.md"
923072b8
FG
33keywords = [
34 "serde",
35 "serialization",
36 "no_std",
37]
f2b60f7d
FG
38categories = [
39 "encoding",
40 "no-std",
41]
dc9dc135 42license = "MIT OR Apache-2.0"
041b39d2 43repository = "https://github.com/serde-rs/serde"
923072b8 44
353b0b11
FG
45[package.metadata.docs.rs]
46features = ["derive"]
47targets = ["x86_64-unknown-linux-gnu"]
48
923072b8
FG
49[package.metadata.playground]
50features = [
51 "derive",
52 "rc",
53]
54
9ffffee4
FG
55[lib]
56doc-scrape-examples = false
57
041b39d2 58[dependencies.serde_derive]
353b0b11 59version = "=1.0.159"
041b39d2 60optional = true
923072b8 61
041b39d2
XL
62[dev-dependencies.serde_derive]
63version = "1.0"
64
65[features]
e1599b0c 66alloc = []
3b2f2976 67default = ["std"]
ea8adc8c
XL
68derive = ["serde_derive"]
69rc = []
abe05a73
XL
70std = []
71unstable = []