[package] name = "samotop-async-trait" version = "0.2.1" authors = [ "Jo Cutajar ", "David Tolnay ", ] edition = "2018" license = "MIT OR Apache-2.0" description = "Type erasure for async trait methods" repository = "https://gitlab.com/BrightOpen/BackYard/Samotop/" documentation = "https://docs.rs/samotop-async-trait/" readme = "README.md" [lib] proc-macro = true path = "src/lib.rs" [dependencies] proc-macro2 = "1.0" quote = "1.0" syn = { version = "1.0", features = ["full", "visit-mut", "extra-traits"] } [dev-dependencies] rustversion = "1.0" tracing = "0.1.14" tracing-attributes = "0.1.8" tracing-futures = "0.2" trybuild = { version = "1.0.19", features = ["diff"] } [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"]