summaryrefslogtreecommitdiffstats
path: root/vendor/proc-macro-error/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 03:57:31 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 03:57:31 +0000
commitdc0db358abe19481e475e10c32149b53370f1a1c (patch)
treeab8ce99c4b255ce46f99ef402c27916055b899ee /vendor/proc-macro-error/Cargo.toml
parentReleasing progress-linux version 1.71.1+dfsg1-2~progress7.99u1. (diff)
downloadrustc-dc0db358abe19481e475e10c32149b53370f1a1c.tar.xz
rustc-dc0db358abe19481e475e10c32149b53370f1a1c.zip
Merging upstream version 1.72.1+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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"