# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "bb8-memcached" version = "0.5.0" authors = ["Daniel Dao "] description = "async connection pool for memcached, based on bb8 and memcache-async" readme = "README.md" keywords = ["memcache", "memcached", "cache", "database", "async"] license = "MIT" repository = "https://github.com/dqminh/bb8-memcached" [dependencies.async-trait] version = "0.1" [dependencies.bb8] version = "0.8" [dependencies.futures] version = "0.3" [dependencies.memcache-async] version = "^0.6.4" [dependencies.tokio] version = "1" features = ["rt", "net", "sync", "time"] [dependencies.url] version = "2" [dev-dependencies.tokio] version = "1" features = ["macros", "rt-multi-thread"]