asterinas/ostd/libs/padding-struct/Cargo.toml

24 lines
540 B
TOML
Raw Normal View History

2026-01-16 08:22:15 +00:00
[package]
name = "padding-struct"
version = "0.2.0"
description = "A procedural macro for automatically adding explicit padding fields to #[repr(C)] structs"
readme = "README.md"
repository.workspace = true
license.workspace = true
edition.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
proc-macro = true
[dependencies]
proc-macro2.workspace = true
quote.workspace = true
syn.workspace = true
[dev-dependencies]
zerocopy.workspace = true
[lints]
workspace = true