# 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 = "with_locals-proc_macros" version = "0.3.3" authors = ["Daniel Henry-Mantilla "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "TODO!" homepage = "https://crates.io/crates/with_locals" documentation = "https://docs.rs/with_locals" readme = "README.md" keywords = [ "with", "locals", "callback", "closures", "cps", ] categories = ["rust-patterns"] license = "Zlib OR MIT OR Apache-2.0" repository = "https://github.com/danielhenrymantilla/with_locals.rs" [lib] name = "with_locals_proc_macros" path = "mod.rs" proc-macro = true [dependencies.func_wrap] version = "0.1.3" [dependencies.proc-macro2] version = "1.0.0" [dependencies.quote] version = "1.0.0" [dependencies.syn] version = "1.0.1" features = [ "full", "visit-mut", ] [features] expand-macros = []