summaryrefslogtreecommitdiffstats
path: root/vendor/proc-macro-error/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/proc-macro-error/Cargo.toml')
-rw-r--r--vendor/proc-macro-error/Cargo.toml56
1 files changed, 0 insertions, 56 deletions
diff --git a/vendor/proc-macro-error/Cargo.toml b/vendor/proc-macro-error/Cargo.toml
deleted file mode 100644
index 869585ffc..000000000
--- a/vendor/proc-macro-error/Cargo.toml
+++ /dev/null
@@ -1,56 +0,0 @@
-# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
-#
-# When uploading crates to the registry Cargo will automatically
-# "normalize" Cargo.toml files for maximal compatibility
-# with all versions of Cargo and also rewrite `path` dependencies
-# to registry (e.g., crates.io) dependencies
-#
-# If you believe there's an error in this file please file an
-# issue against the rust-lang/cargo repository. If you're
-# editing this file be aware that the upstream Cargo.toml
-# will likely look very different (and much more reasonable)
-
-[package]
-edition = "2018"
-name = "proc-macro-error"
-version = "1.0.4"
-authors = ["CreepySkeleton <creepy-skeleton@yandex.ru>"]
-build = "build.rs"
-description = "Almost drop-in replacement to panics in proc-macros"
-readme = "README.md"
-keywords = ["proc-macro", "error", "errors"]
-categories = ["development-tools::procedural-macro-helpers"]
-license = "MIT OR Apache-2.0"
-repository = "https://gitlab.com/CreepySkeleton/proc-macro-error"
-[package.metadata.docs.rs]
-targets = ["x86_64-unknown-linux-gnu"]
-[dependencies.proc-macro-error-attr]
-version = "=1.0.4"
-
-[dependencies.proc-macro2]
-version = "1"
-
-[dependencies.quote]
-version = "1"
-
-[dependencies.syn]
-version = "1"
-optional = true
-default-features = false
-[dev-dependencies.serde_derive]
-version = "=1.0.107"
-
-[dev-dependencies.toml]
-version = "=0.5.2"
-
-[dev-dependencies.trybuild]
-version = "1.0.19"
-features = ["diff"]
-[build-dependencies.version_check]
-version = "0.9"
-
-[features]
-default = ["syn-error"]
-syn-error = ["syn"]
-[badges.maintenance]
-status = "passively-maintained"