aboutsummaryrefslogtreecommitdiff
path: root/syn-mid/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'syn-mid/Cargo.toml')
-rw-r--r--syn-mid/Cargo.toml23
1 files changed, 0 insertions, 23 deletions
diff --git a/syn-mid/Cargo.toml b/syn-mid/Cargo.toml
deleted file mode 100644
index f92e7a0..0000000
--- a/syn-mid/Cargo.toml
+++ /dev/null
@@ -1,23 +0,0 @@
-[package]
-name = "syn-mid"
-version = "0.4.0"
-authors = ["Taiki Endo <te316e89@gmail.com>"]
-edition = "2018"
-license = "Apache-2.0/MIT"
-repository = "https://github.com/taiki-e/syn-mid"
-documentation = "https://docs.rs/syn-mid/"
-readme = "README.md"
-keywords = ["syn", "macros"]
-categories = ["development-tools::procedural-macro-helpers"]
-description = "Providing the features between \"full\" and \"derive\" of syn."
-
-[workspace]
-members = ["examples/const_fn", "examples/const_fn_test"]
-
-[features]
-clone-impls = ["syn/clone-impls"]
-
-[dependencies]
-proc-macro2 = "1.0"
-quote = "1.0"
-syn = { version = "1.0", default-features = false, features = ["parsing", "printing", "derive"] }