]> git.proxmox.com Git - rustc.git/blob - vendor/syn/Cargo.toml
New upstream version 1.41.1+dfsg1
[rustc.git] / vendor / syn / 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 edition = "2018"
15 name = "syn"
16 version = "1.0.11"
17 authors = ["David Tolnay <dtolnay@gmail.com>"]
18 include = ["/benches/**", "/build.rs", "/Cargo.toml", "/LICENSE-APACHE", "/LICENSE-MIT", "/README.md", "/src/**", "/tests/**"]
19 description = "Parser for Rust source code"
20 documentation = "https://docs.rs/syn"
21 readme = "README.md"
22 categories = ["development-tools::procedural-macro-helpers"]
23 license = "MIT OR Apache-2.0"
24 repository = "https://github.com/dtolnay/syn"
25 [package.metadata.docs.rs]
26 all-features = true
27
28 [package.metadata.playground]
29 all-features = true
30
31 [[bench]]
32 name = "rust"
33 harness = false
34 required-features = ["full", "parsing"]
35
36 [[bench]]
37 name = "file"
38 required-features = ["full", "parsing"]
39 [dependencies.proc-macro2]
40 version = "1.0"
41 default-features = false
42
43 [dependencies.quote]
44 version = "1.0"
45 optional = true
46 default-features = false
47
48 [dependencies.unicode-xid]
49 version = "0.2"
50 [dev-dependencies.anyhow]
51 version = "1.0"
52
53 [dev-dependencies.flate2]
54 version = "1.0"
55
56 [dev-dependencies.insta]
57 version = "0.12"
58
59 [dev-dependencies.rayon]
60 version = "1.0"
61
62 [dev-dependencies.ref-cast]
63 version = "1.0"
64
65 [dev-dependencies.regex]
66 version = "1.0"
67
68 [dev-dependencies.reqwest]
69 version = "0.10.0-alpha.2"
70 features = ["blocking"]
71
72 [dev-dependencies.tar]
73 version = "0.4"
74
75 [dev-dependencies.termcolor]
76 version = "1.0"
77
78 [dev-dependencies.walkdir]
79 version = "2.1"
80
81 [features]
82 clone-impls = []
83 default = ["derive", "parsing", "printing", "clone-impls", "proc-macro"]
84 derive = []
85 extra-traits = []
86 fold = []
87 full = []
88 parsing = []
89 printing = ["quote"]
90 proc-macro = ["proc-macro2/proc-macro", "quote/proc-macro"]
91 visit = []
92 visit-mut = []
93 [badges.travis-ci]
94 repository = "dtolnay/syn"