bytemuck/derive/Cargo.toml

24 lines
505 B
TOML
Raw Normal View History

[package]
name = "bytemuck_derive"
description = "derive proc-macros for `bytemuck`"
version = "1.0.2-alpha.0"
authors = ["Lokathor <zefria@gmail.com>"]
repository = "https://github.com/Lokathor/bytemuck"
readme = "README.md"
keywords = ["transmute", "bytes", "casting"]
categories = ["encoding", "no-std"]
edition = "2018"
license = "Zlib OR Apache-2.0 OR MIT"
[lib]
name = "bytemuck_derive"
proc-macro = true
[dependencies]
2020-08-28 03:27:48 +00:00
syn = "1"
quote = "1"
proc-macro2 = "1"
[dev-dependencies]
bytemuck = "1.2"