[package] name = "async_t" version = "0.7.0" edition = "2021" description = "zero-cost async-traits" license = "MIT" repository = "https://github.com/znx3p0/async_t" keywords = [ "async-trait", "async" ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] async_t_internal = { path = "../async_t_internal", version = "0.7.0" } # async_t_internal = "0.4.0" async-trait = { version = "0.1.56", optional = true } [features] boxed = [ "async-trait" ]