# 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 = "2021" name = "yamemcache" version = "0.0.5" authors = ["Karol Szumski "] description = "Yet Another memcached client library" readme = "README.md" keywords = [ "memcache", "memcached", "async", ] categories = ["caching"] license = "MIT" repository = "https://github.com/rewik/yamemcache" [dependencies.log] version = "0.4" [dependencies.tokio] version = "1" features = ["io-util"] [dev-dependencies.tokio] version = "1" features = [ "io-util", "net", "rt-multi-thread", "macros", ]