[package] name = "entropic-derive" version = "0.1.0" authors = ["Nathaniel Bennett "] categories = ["development-tools::testing"] edition = "2021" keywords = ["fuzzing", "testing", "no_std", "arbitrary", "entropy"] readme = "../README.md" description = "Traits for converting Rust data structures to/from unstructured bytes" license = "MIT OR Apache-2.0" repository = "https://github.com/nathaniel-bennett/entropic_derive/" documentation = "https://docs.rs/entropic_derive/" rust-version = "1.67" [lib] proc-macro = true [dependencies] syn = { version = "2.0" , features = ["derive"] } proc-macro2 = { version = "1.0" } quote = { version = "1.0" }