[package] name = "dynamize" version = "0.3.5" description = "trait objects with variable associated types" authors = ["Martin Fischer "] license = "MIT" repository = "https://git.push-f.com/dynamize" keywords = ["trait-object", "dyn", "blanket", "proc-macro", "attribute"] categories = ["rust-patterns"] edition = "2021" [lib] proc-macro = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] # internal features nightly = [] [dependencies] proc-macro2 = "1.0" quote = "1.0" syn = { version = "1.0", features = ["full", "extra-traits"] } [dev-dependencies] async-trait = "0.1"