# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "serde_closure_derive" version = "0.3.3" authors = ["Alec Mocatta "] 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. """ homepage = "https://github.com/alecmocatta/serde_closure" documentation = "https://docs.rs/serde_closure" keywords = [ "closure", "serialization", "serde", "distributed", ] categories = [ "development-tools", "encoding", "rust-patterns", "network-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/alecmocatta/serde_closure" [lib] proc-macro = true [dependencies.proc-macro2] version = "1.0.1" default-features = false [dependencies.quote] version = "1.0.2" default-features = false [dependencies.syn] version = "1.0.38" features = [ "clone-impls", "full", "parsing", "printing", "proc-macro", "visit-mut", ] default-features = false [badges.azure-devops] build = "10" pipeline = "tests" project = "alecmocatta/serde_closure" [badges.maintenance] status = "actively-developed"