]> git.proxmox.com Git - rustc.git/blame - vendor/serde_derive/Cargo.toml
New upstream version 1.70.0+dfsg1
[rustc.git] / vendor / serde_derive / Cargo.toml
CommitLineData
3b2f2976
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.
3b2f2976 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.
3b2f2976
XL
11
12[package]
353b0b11 13rust-version = "1.56"
3b2f2976 14name = "serde_derive"
353b0b11 15version = "1.0.159"
923072b8
FG
16authors = [
17 "Erick Tryzelaar <erick.tryzelaar@gmail.com>",
18 "David Tolnay <dtolnay@gmail.com>",
19]
20include = [
21 "build.rs",
22 "src/**/*.rs",
23 "crates-io.md",
24 "README.md",
25 "LICENSE-APACHE",
26 "LICENSE-MIT",
27]
3b2f2976
XL
28description = "Macros 1.1 implementation of #[derive(Serialize, Deserialize)]"
29homepage = "https://serde.rs"
0731742a 30documentation = "https://serde.rs/derive.html"
8faf50e0 31readme = "crates-io.md"
923072b8
FG
32keywords = [
33 "serde",
34 "serialization",
35 "no_std",
f2b60f7d 36 "derive",
923072b8 37]
f2b60f7d 38categories = ["no-std"]
f9f354fc 39license = "MIT OR Apache-2.0"
3b2f2976 40repository = "https://github.com/serde-rs/serde"
923072b8 41
f9f354fc
XL
42[package.metadata.docs.rs]
43targets = ["x86_64-unknown-linux-gnu"]
3b2f2976
XL
44
45[lib]
46name = "serde_derive"
47proc-macro = true
923072b8 48
0531ce1d 49[dependencies.proc-macro2]
f9f354fc 50version = "1.0"
0531ce1d 51
abe05a73 52[dependencies.quote]
f9f354fc 53version = "1.0"
ea8adc8c 54
abe05a73 55[dependencies.syn]
353b0b11 56version = "2.0.3"
923072b8 57
abe05a73
XL
58[dev-dependencies.serde]
59version = "1.0"
ff7c6d11
XL
60
61[features]
62default = []
63deserialize_in_place = []