[dependencies.proc-macro2]
version = "1.0.60"
[dependencies.quote]
version = "1"
[dependencies.syn]
version = "2.0.1"
[dev-dependencies]
[lib]
name = "bytemuck_derive"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Lokathor <zefria@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["encoding", "no-std"]
description = "derive proc-macros for `bytemuck`"
edition = "2018"
keywords = ["transmute", "bytes", "casting"]
license = "Zlib OR Apache-2.0 OR MIT"
name = "bytemuck_derive"
readme = "README.md"
repository = "https://github.com/Lokathor/bytemuck"
version = "1.8.0"
[[test]]
name = "basic"
path = "tests/basic.rs"