[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
features = ["full", "extra-traits"]
version = "1.0"
[dependencies.uuid]
features = ["v4"]
version = "0.8.2"
[dev-dependencies.tokio]
features = ["rt", "macros"]
version = "1.17"
[lib]
proc-macro = true
[package]
description = "A macro that allows impl traits in let/static/const bindings until they actually stabilized"
edition = "2021"
license = "MIT"
name = "bind_it"
resolver = "2"
version = "0.1.3"