# 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 = "memcached" version = "0.4.5-beta.2" authors = ["liangyongrui "] description = "async memcached rust client" readme = "readme.md" keywords = ["memcached"] categories = ["caching"] license = "MIT OR Apache-2.0" repository = "https://github.com/umonkey/memcached" [dependencies.async-std] version = "1" features = ["attributes"] [dependencies.bincode] version = "1" [dependencies.byteorder] version = "1" [dependencies.mobc] version = "0.5" features = ["async-std"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.url] version = "2" [dev-dependencies.lazy_static] version = "1" [dev-dependencies.rand] version = "0.7"