[package] name = "yamemcache" version = "0.0.5" edition = "2021" authors = ["Karol Szumski "] readme = "README.md" repository = "https://github.com/rewik/yamemcache" license = "MIT" description = "Yet Another memcached client library" keywords = ["memcache", "memcached", "async"] categories = ["caching"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] log = "0.4" tokio = { version="1", features=["io-util"] } [dev-dependencies] tokio = { version="1", features=["io-util", "net", "rt-multi-thread", "macros"] }