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