[package] name = "bind_syn" version = "0.1.0" authors = ["oooutlk "] categories = ["development-tools"] documentation = "https://docs.rs/bind_syn" description = "Syntax definition of let-binding shorthand utilized in crate bind" edition = "2021" keywords = [ "capture", "closure", "clone", "binding" ] license = "MIT/Apache-2.0" readme = "README.md" repository = "https://github.com/oooutlk/bind" [dependencies] proc-macro2 = "1.0" quote = "1.0" syn = { version = "2.0", features = ["full","visit"] }