blob: 6970f24a065f27a8cc5d0b1ecfba34bba741593e [file] [log] [blame]
# 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 used when publishing to crates.io
[package]
edition = "2018"
name = "zerocopy-derive"
version = "0.3.1"
authors = ["Joshua Liebow-Feeser <joshlf@google.com>"]
description = "Custom derive for traits from the zerocopy crate"
license-file = "../../../../LICENSE"
repository = "https://fuchsia.googlesource.com/fuchsia/+/HEAD/src/lib/zerocopy/zerocopy-derive"
include = ["src/*", "tests/*", "Cargo.toml"]
[lib]
proc-macro = true
[dependencies]
proc-macro2 = "1.0.1"
quote = "1.0.10"
syn = { version = "1.0.5", features = ["visit"] }
[dev-dependencies]
zerocopy = { path = "../" }
compiletest_rs = "0.7"