# 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 = "rsmc-tokio" version = "0.4.0" authors = ["Creston Bunch "] description = "An async memcached client for Tokio" keywords = ["memcache", "memcached", "async", "tokio"] categories = ["api-bindings", "caching", "database"] license = "MIT" repository = "https://github.com/crestonbunch/rsmc" [dependencies.async-trait] version = "0.1" [dependencies.futures] version = "0.3" [dependencies.rsmc-core] version = "0.4.0" default-features = false [dependencies.tokio] version = "1.5" features = ["full"] [dev-dependencies.flate2] version = "1.0" [dev-dependencies.rand] version = "0.8" [dev-dependencies.tokio-test] version = "0.4" [features] default = ["zlib"] zlib = ["rsmc-core/zlib"]