[package] name = "binary_serde_macros" version = "1.0.24" edition = "2021" authors = ["Roee Shoshani"] description = "simple binary serialization and deserialization" repository = "https://github.com/roeeshoshani/binary_serde" license = "MIT" keywords = ["binary", "serialization", "deserialization", "serde", "format"] categories = ["embedded", "encoding", "no-std", "parsing"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true [dependencies] syn = { version = "2.0.37", features = ["full"] } quote = "1.0.33" proc-macro2 = "1.0.67"