summaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig50
1 files changed, 28 insertions, 22 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 4cb0f08..1f7ec41 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,33 +1,39 @@
-# Copyright 2019 The Fuchsia Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
+# 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"
+edition = "2018"
name = "zerocopy-derive"
-version = "0.7.5"
+version = "0.3.2"
authors = ["Joshua Liebow-Feeser <joshlf@google.com>"]
+exclude = [".*"]
description = "Custom derive for traits from the zerocopy crate"
-license = "BSD-2-Clause"
+license-file = "LICENSE"
repository = "https://github.com/google/zerocopy"
-rust-version = "1.61.0"
-
-exclude = [".*"]
[lib]
proc-macro = true
-[dependencies]
-proc-macro2 = "1.0.1"
-quote = "1.0.10"
-syn = "2.0.31"
+[dependencies.proc-macro2]
+version = "1.0.1"
+
+[dependencies.quote]
+version = "1.0.10"
+
+[dependencies.syn]
+version = "1.0.5"
+features = ["visit"]
+
+[dev-dependencies.rustversion]
+version = "1.0"
-[dev-dependencies]
-rustversion = "1.0"
-static_assertions = "1.1"
-# Pinned to a specific version so that the version used for local development
-# and the version used in CI are guaranteed to be the same. Future versions
-# sometimes change the output format slightly, so a version mismatch can cause
-# CI test failures.
-trybuild = "=1.0.80"
-zerocopy = { path = "../", features = ["default", "derive"] }
+[dev-dependencies.trybuild]
+version = "1.0"