[package] name = "uniplate-derive" version = "0.1.2" authors = [ "Niklas Dewally ", "Özgür Akgün ", ] edition = "2021" description = "Helper crate for uniplate" readme = "README.md" repository = "https://github.com/conjure-cp/uniplate" license = "MPL-2.0" [lib] proc-macro = true [dependencies] proc-macro2 = "1.0.86" syn = { version = "2.0.65", features = [ "derive", "parsing", "printing", "clone-impls", "proc-macro", "extra-traits", ] } quote = "1.0.36" log = "0.4.22" itertools = "0.12.1" lazy_static = "1.4.0" [lints.rust] unstable_name_collisions = "allow" [lints.clippy] unwrap_used = "allow" expect_used = "allow"