# 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" version = "0.3.3" authors = ["Daniel Henry-Mantilla "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Function attribute to return references to locals by using CPS" 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" [package.metadata.docs.rs] features = ["nightly"] [lib] name = "with_locals" path = "src/lib.rs" [[example]] name = "main" path = "examples/main.rs" [[test]] name = "main" path = "tests/main.rs" [[test]] name = "ui" path = "tests/ui.rs" [dependencies.proc_macros] version = "=0.3.3" package = "with_locals-proc_macros" [dev-dependencies.trybuild] version = "1.0.80" [features] expand-macros = ["proc_macros/expand-macros"] nightly = []