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 are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13edition = "2021" 14rust-version = "1.56" 15name = "syn-mid" 16version = "0.6.0" 17exclude = [ 18 "/.*", 19 "/tools", 20] 21description = """ 22Providing the features between \"full\" and \"derive\" of syn. 23""" 24readme = "README.md" 25keywords = [ 26 "syn", 27 "macros", 28] 29categories = [ 30 "development-tools::procedural-macro-helpers", 31 "parser-implementations", 32] 33license = "Apache-2.0 OR MIT" 34repository = "https://github.com/taiki-e/syn-mid" 35 36[package.metadata.docs.rs] 37all-features = true 38targets = ["x86_64-unknown-linux-gnu"] 39 40[lib] 41doc-scrape-examples = false 42 43[dependencies.proc-macro2] 44version = "1.0.60" 45default-features = false 46 47[dependencies.quote] 48version = "1" 49default-features = false 50 51[dependencies.syn] 52version = "2" 53features = [ 54 "parsing", 55 "printing", 56 "derive", 57] 58default-features = false 59 60[features] 61clone-impls = ["syn/clone-impls"] 62