[package] name = "thisctx_impl" version = "0.4.0" license = "MIT OR Apache-2.0" authors = ["loichyan "] edition = "2018" rust-version = "1.33" description = "Macro implementation of the `thisctx` crate" readme = "README.md" repository = "https://github.com/loichyan/thisctx" documentation = "https://docs.rs/thisctx" [lib] proc-macro = true [dependencies] proc-macro2 = "1.0" quote = "1.0" syn = "1.0"