# 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-core" version = "0.4.0" authors = ["Creston Bunch "] description = "Library for runtime-agnostic async memcached clients" keywords = ["memcache", "memcached", "async"] categories = ["api-bindings", "caching", "database"] license = "MIT" repository = "https://github.com/crestonbunch/rsmc" [dependencies.async-trait] version = "0.1" [dependencies.bincode] version = "1.3" [dependencies.bytes] version = "1.0" [dependencies.deadpool] version = "0.9" [dependencies.flate2] version = "1.0" optional = true [dependencies.futures] version = "0.3" [dependencies.futures-util] version = "0.3" [dependencies.murmur3] version = "0.5" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dev-dependencies.tokio-test] version = "0.4" [features] default = ["zlib"] zlib = ["flate2"]