]> git.proxmox.com Git - rustc.git/blob - vendor/synstructure-0.10.2/Cargo.toml
New upstream version 1.40.0+dfsg1
[rustc.git] / vendor / synstructure-0.10.2 / 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 = "synstructure"
15 version = "0.10.2"
16 authors = ["Nika Layzell <nika@thelayzells.com>"]
17 include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE"]
18 description = "Helper methods and macros for custom derives"
19 documentation = "https://docs.rs/synstructure"
20 readme = "README.md"
21 keywords = ["syn", "macros", "derive", "expand_substructure", "enum"]
22 license = "MIT"
23 repository = "https://github.com/mystor/synstructure"
24 [dependencies.proc-macro2]
25 version = "0.4"
26
27 [dependencies.quote]
28 version = "0.6"
29
30 [dependencies.syn]
31 version = "0.15"
32 features = ["visit", "extra-traits"]
33
34 [dependencies.unicode-xid]
35 version = "0.1"
36 [dev-dependencies.synstructure_test_traits]
37 version = "0.1"
38
39 [features]
40 simple-derive = []