[package] name = "serde_closure_derive" version = "0.3.3" license = "MIT OR Apache-2.0" authors = ["Alec Mocatta "] categories = ["development-tools","encoding","rust-patterns","network-programming"] keywords = ["closure","serialization","serde","distributed"] description = """ Serializable and debuggable closures. This library provides macros that wrap closures to make them serializable and debuggable. See https://crates.io/crates/serde_closure for documentation. """ repository = "https://github.com/alecmocatta/serde_closure" homepage = "https://github.com/alecmocatta/serde_closure" documentation = "https://docs.rs/serde_closure" edition = "2018" [badges] azure-devops = { project = "alecmocatta/serde_closure", pipeline = "tests", build = "10" } maintenance = { status = "actively-developed" } [lib] proc-macro = true [dependencies] proc-macro2 = { version = "1.0.1", default-features = false } quote = { version = "1.0.2", default-features = false } syn = { version = "1.0.38", default-features = false, features = ["clone-impls", "full", "parsing", "printing", "proc-macro", "visit-mut"] }