zerocopy-derive 0.1.1

Custom derive for traits from the zerocopy crate
Documentation
# 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 = "zerocopy-derive"
version = "0.1.1"
authors = ["Joshua Liebow-Feeser <joshlf@google.com>"]
include = ["src/*", "tests/*", "Cargo.toml", "LICENSE"]
description = "Custom derive for traits from the zerocopy crate"
license = "BSD-3-Clause"
repository = "https://fuchsia.googlesource.com/garnet"

[lib]
proc-macro = true
[dependencies.proc-macro2]
version = "0.4"

[dependencies.syn]
version = "0.15"

[dependencies.synstructure]
version = "0.10"
[dev-dependencies.compiletest_rs]
version = "0.3"

[dev-dependencies.zerocopy]
version = "0.2.1"