summaryrefslogtreecommitdiff
path: root/vendor/prost-derive-0.12.6/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/prost-derive-0.12.6/Cargo.toml')
-rw-r--r--vendor/prost-derive-0.12.6/Cargo.toml48
1 files changed, 0 insertions, 48 deletions
diff --git a/vendor/prost-derive-0.12.6/Cargo.toml b/vendor/prost-derive-0.12.6/Cargo.toml
deleted file mode 100644
index 3ce3af5f..00000000
--- a/vendor/prost-derive-0.12.6/Cargo.toml
+++ /dev/null
@@ -1,48 +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 are reading this file be aware that the original Cargo.toml
-# will likely look very different (and much more reasonable).
-# See Cargo.toml.orig for the original contents.
-
-[package]
-edition = "2021"
-rust-version = "1.70"
-name = "prost-derive"
-version = "0.12.6"
-authors = [
- "Dan Burkert <dan@danburkert.com>",
- "Lucio Franco <luciofranco14@gmail.com>",
- "Casper Meijn <casper@meijn.net>",
- "Tokio Contributors <team@tokio.rs>",
-]
-description = "Generate encoding and decoding implementations for Prost annotated types."
-documentation = "https://docs.rs/prost-derive"
-readme = "README.md"
-license = "Apache-2.0"
-repository = "https://github.com/tokio-rs/prost"
-
-[lib]
-proc_macro = true
-
-[dependencies.anyhow]
-version = "1.0.1"
-
-[dependencies.itertools]
-version = ">=0.10, <=0.12"
-features = ["use_alloc"]
-default-features = false
-
-[dependencies.proc-macro2]
-version = "1"
-
-[dependencies.quote]
-version = "1"
-
-[dependencies.syn]
-version = "2"
-features = ["extra-traits"]