zerocopy-derive 0.7.0-alpha.4

Custom derive for traits from the zerocopy crate
Documentation
# 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.

[package]
edition = "2021"
name = "zerocopy-derive"
version = "0.7.0-alpha.4"
authors = ["Joshua Liebow-Feeser <joshlf@google.com>"]
description = "Custom derive for traits from the zerocopy crate"
license-file = "../LICENSE"
repository = "https://github.com/google/zerocopy"
rust-version = "1.65.0"

exclude = [".*"]

[lib]
proc-macro = true

[dependencies]
proc-macro2 = "1.0.1"
quote = "1.0.10"
syn = { version = "2", features = ["visit"] }

[dev-dependencies]
rustversion = "1.0"
static_assertions = "1.1"
# Required for "and $N others" normalization
trybuild = ">=1.0.70"
zerocopy = { path = "../" }