blob: 6fac8e3f0da1113eab3d5ef13951c6cd6377bd08 [file] [log] [blame]
Andrew Walbran8a1b5c62020-11-25 11:00:24 +00001# 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
Joel Galenson1ffc9cd2021-08-09 10:41:27 -07006# to registry (e.g., crates.io) dependencies.
Andrew Walbran8a1b5c62020-11-25 11:00:24 +00007#
Joel Galenson1ffc9cd2021-08-09 10:41:27 -07008# 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.
Andrew Walbran8a1b5c62020-11-25 11:00:24 +000011
12[package]
David LeGare87a4f952022-03-02 16:21:04 +000013rust-version = "1.31"
Andrew Walbran8a1b5c62020-11-25 11:00:24 +000014name = "serde_derive"
David LeGare87a4f952022-03-02 16:21:04 +000015version = "1.0.136"
Andrew Walbran8a1b5c62020-11-25 11:00:24 +000016authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>", "David Tolnay <dtolnay@gmail.com>"]
17include = ["build.rs", "src/**/*.rs", "crates-io.md", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
18description = "Macros 1.1 implementation of #[derive(Serialize, Deserialize)]"
19homepage = "https://serde.rs"
20documentation = "https://serde.rs/derive.html"
21readme = "crates-io.md"
22keywords = ["serde", "serialization", "no_std"]
23license = "MIT OR Apache-2.0"
24repository = "https://github.com/serde-rs/serde"
25[package.metadata.docs.rs]
26targets = ["x86_64-unknown-linux-gnu"]
27
28[lib]
29name = "serde_derive"
30proc-macro = true
31[dependencies.proc-macro2]
32version = "1.0"
33
34[dependencies.quote]
35version = "1.0"
36
37[dependencies.syn]
Haibo Huangbc505792021-02-09 18:00:15 -080038version = "1.0.60"
Andrew Walbran8a1b5c62020-11-25 11:00:24 +000039[dev-dependencies.serde]
40version = "1.0"
41
42[features]
43default = []
44deserialize_in_place = []