]> git.proxmox.com Git - rustc.git/blame - vendor/serde_derive/Cargo.toml
New upstream version 1.56.0~beta.4+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]
13name = "serde_derive"
94222f64 14version = "1.0.127"
3b2f2976 15authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>", "David Tolnay <dtolnay@gmail.com>"]
f035d41b 16include = ["build.rs", "src/**/*.rs", "crates-io.md", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
3b2f2976
XL
17description = "Macros 1.1 implementation of #[derive(Serialize, Deserialize)]"
18homepage = "https://serde.rs"
0731742a 19documentation = "https://serde.rs/derive.html"
8faf50e0 20readme = "crates-io.md"
3b2f2976 21keywords = ["serde", "serialization", "no_std"]
f9f354fc 22license = "MIT OR Apache-2.0"
3b2f2976 23repository = "https://github.com/serde-rs/serde"
f9f354fc
XL
24[package.metadata.docs.rs]
25targets = ["x86_64-unknown-linux-gnu"]
3b2f2976
XL
26
27[lib]
28name = "serde_derive"
29proc-macro = true
0531ce1d 30[dependencies.proc-macro2]
f9f354fc 31version = "1.0"
0531ce1d 32
abe05a73 33[dependencies.quote]
f9f354fc 34version = "1.0"
ea8adc8c 35
abe05a73 36[dependencies.syn]
5869c6ff 37version = "1.0.60"
abe05a73
XL
38[dev-dependencies.serde]
39version = "1.0"
ff7c6d11
XL
40
41[features]
42default = []
43deserialize_in_place = []