[package] name = "randerive" version = "1.2.0" edition = "2021" description = "A simple derive macro to allow for random generation of custom structs" license = "MIT" keywords = ["rand", "macro", "derive"] categories = ["development-tools"] repository = "https://github.com/Aandreba/randerive" [lib] proc-macro = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "0.8.4" syn = "1.0.84" quote = "1.0.14"