memento 0.2.1

async memcached client for rust
Documentation
# 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 = "memento"
version = "0.2.1"
authors = ["kafkiansky <vadimzanfir@gmail.com>"]
description = "async memcached client for rust"
readme = "README.md"
keywords = [
    "memcached",
    "tokio",
    "async",
    "cache",
]
license = "MIT"
repository = "https://github.com/kafkiansky/memento"

[dependencies.byteorder]
version = "1.4.3"

[dependencies.bytes]
version = "1.2.1"

[dependencies.tokio]
version = "1"
features = [
    "bytes",
    "net",
    "io-util",
]

[dependencies.tokio-stream]
version = "0.1"