]> git.proxmox.com Git - rustc.git/blob - vendor/serde_derive/Cargo.toml
New upstream version 1.45.0+dfsg1
[rustc.git] / vendor / serde_derive / Cargo.toml
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
6 # to registry (e.g., crates.io) dependencies
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"
15 version = "1.0.106"
16 authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>", "David Tolnay <dtolnay@gmail.com>"]
17 include = ["Cargo.toml", "src/**/*.rs", "crates-io.md", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
18 description = "Macros 1.1 implementation of #[derive(Serialize, Deserialize)]"
19 homepage = "https://serde.rs"
20 documentation = "https://serde.rs/derive.html"
21 readme = "crates-io.md"
22 keywords = ["serde", "serialization", "no_std"]
23 license = "MIT OR Apache-2.0"
24 repository = "https://github.com/serde-rs/serde"
25 [package.metadata.docs.rs]
26 targets = ["x86_64-unknown-linux-gnu"]
27
28 [lib]
29 name = "serde_derive"
30 proc-macro = true
31 [dependencies.proc-macro2]
32 version = "1.0"
33
34 [dependencies.quote]
35 version = "1.0"
36
37 [dependencies.syn]
38 version = "1.0"
39 features = ["visit"]
40 [dev-dependencies.serde]
41 version = "1.0"
42
43 [features]
44 default = []
45 deserialize_in_place = []
46 [badges.appveyor]
47 repository = "serde-rs/serde"
48
49 [badges.travis-ci]
50 repository = "serde-rs/serde"