]> git.proxmox.com Git - rustc.git/blob - src/vendor/serde_derive/Cargo.toml
New upstream version 1.25.0+dfsg1
[rustc.git] / src / 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.27"
16 authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>", "David Tolnay <dtolnay@gmail.com>"]
17 include = ["Cargo.toml", "src/**/*.rs", "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/codegen.html"
21 readme = "README.md"
22 keywords = ["serde", "serialization", "no_std"]
23 license = "MIT/Apache-2.0"
24 repository = "https://github.com/serde-rs/serde"
25
26 [lib]
27 name = "serde_derive"
28 proc-macro = true
29 [dependencies.quote]
30 version = "0.3.8"
31
32 [dependencies.serde_derive_internals]
33 version = "=0.19.0"
34 default-features = false
35
36 [dependencies.syn]
37 version = "0.11"
38 features = ["visit"]
39 [dev-dependencies.serde]
40 version = "1.0"
41
42 [features]
43 default = []
44 deserialize_in_place = []
45 [badges.travis-ci]
46 repository = "serde-rs/serde"