1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies. 7# 8# If you are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13edition = "2018" 14rust-version = "1.60.0" 15name = "zerocopy-derive" 16version = "0.7.34" 17authors = ["Joshua Liebow-Feeser <joshlf@google.com>"] 18exclude = [ 19 ".*", 20 "tests/enum_from_bytes.rs", 21 "tests/ui-nightly/enum_from_bytes_u16_too_few.rs.disabled", 22] 23description = "Custom derive for traits from the zerocopy crate" 24license = "BSD-2-Clause OR Apache-2.0 OR MIT" 25repository = "https://github.com/google/zerocopy" 26 27[lib] 28proc-macro = true 29 30[dependencies.proc-macro2] 31version = "1.0.1" 32 33[dependencies.quote] 34version = "1.0.10" 35 36[dependencies.syn] 37version = "2.0.31" 38 39[dev-dependencies.static_assertions] 40version = "1.1" 41 42[dev-dependencies.trybuild] 43version = "=1.0.85" 44features = ["diff"] 45