# 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 = "async-memcached" version = "0.4.0" authors = ["Toby Lawrence "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An Tokio-based memcached client for Rust." homepage = "https://github.com/Shopify/async-memcached" documentation = "https://docs.rs/async-memcached" readme = "README.md" keywords = [ "memcached", "async", ] license = "MIT" repository = "https://github.com/Shopify/async-memcached" [lib] name = "async_memcached" path = "src/lib.rs" [[example]] name = "basic" path = "examples/tcp.rs" [[example]] name = "unix" path = "examples/unix.rs" [[test]] name = "integration_tests" path = "tests/integration_tests.rs" [[bench]] name = "bench" path = "benches/bench.rs" harness = false [dependencies.async-stream] version = "0.3" [dependencies.btoi] version = "0.4" [dependencies.bytes] version = "1.4" [dependencies.dsn] version = "1.0" [dependencies.futures] version = "0.3" [dependencies.fxhash] version = "0.2.1" [dependencies.nom] version = "7.1" [dependencies.pin-project] version = "1.0" [dependencies.serial_test] version = "3.1.1" [dependencies.tokio] version = "1.26" features = ["io-util"] default-features = false [dependencies.url] version = "2.5.2" [dev-dependencies.criterion] version = "0.5.1" features = ["async_tokio"] [dev-dependencies.lazy_static] version = "1.4" [dev-dependencies.rand] version = "0.8" [dev-dependencies.tokio] version = "1.26" features = ["full"] [features] default = [] polonius = [] tcp = [] udp = []