• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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]
14edition = "2018"
15name = "syn-mid"
16version = "0.5.3"
17authors = ["Taiki Endo <te316e89@gmail.com>"]
18exclude = ["/.github", "/scripts"]
19description = "Providing the features between \"full\" and \"derive\" of syn.\n"
20documentation = "https://docs.rs/syn-mid"
21readme = "README.md"
22keywords = ["syn", "macros"]
23categories = ["development-tools::procedural-macro-helpers"]
24license = "Apache-2.0 OR MIT"
25repository = "https://github.com/taiki-e/syn-mid"
26[package.metadata.docs.rs]
27all-features = true
28targets = ["x86_64-unknown-linux-gnu"]
29[dependencies.proc-macro2]
30version = "1"
31default-features = false
32
33[dependencies.quote]
34version = "1"
35default-features = false
36
37[dependencies.syn]
38version = "1.0.44"
39features = ["parsing", "printing", "derive"]
40default-features = false
41
42[features]
43clone-impls = ["syn/clone-impls"]
44