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