blob: 422755bb147f81b241bb335cb72fa895649a5fa7 [file] [log] [blame]
Matthew Maurer8c1c2802020-06-02 11:15:21 -07001# 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"
Haibo Huang9082fc72021-01-05 21:39:00 -080016version = "0.5.3"
Matthew Maurer8c1c2802020-06-02 11:15:21 -070017authors = ["Taiki Endo <te316e89@gmail.com>"]
Haibo Huang9082fc72021-01-05 21:39:00 -080018exclude = ["/.github", "/scripts"]
Matthew Maurer8c1c2802020-06-02 11:15:21 -070019description = "Providing the features between \"full\" and \"derive\" of syn.\n"
Matthew Maurer8c1c2802020-06-02 11:15:21 -070020documentation = "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"
Chih-Hung Hsieh0d7fd462020-10-26 13:16:45 -070026[package.metadata.docs.rs]
27all-features = true
28targets = ["x86_64-unknown-linux-gnu"]
Matthew Maurer8c1c2802020-06-02 11:15:21 -070029[dependencies.proc-macro2]
Chih-Hung Hsieh0d7fd462020-10-26 13:16:45 -070030version = "1"
31default-features = false
Matthew Maurer8c1c2802020-06-02 11:15:21 -070032
33[dependencies.quote]
Chih-Hung Hsieh0d7fd462020-10-26 13:16:45 -070034version = "1"
35default-features = false
Matthew Maurer8c1c2802020-06-02 11:15:21 -070036
37[dependencies.syn]
Chih-Hung Hsieh0d7fd462020-10-26 13:16:45 -070038version = "1.0.44"
Matthew Maurer8c1c2802020-06-02 11:15:21 -070039features = ["parsing", "printing", "derive"]
40default-features = false
41
42[features]
43clone-impls = ["syn/clone-impls"]