[package] name = "mpool" version = "0.1.4" authors = ["cssivision "] edition = "2018" description = "A generic connection pool" repository = "https://github.com/cssivision/mpool" homepage = "https://github.com/cssivision/mpool" readme = "README.md" license = "MIT" keywords = ["async", "await", "pool", "connection-pool", "tokio"] [dependencies] tokio = { version = "0.2", features = ["rt-core", "time"] } async-trait = "0.1" [dev-dependencies] tokio = { version = "0.2", features = ["full"] }