mtop-client 0.17.0

Memcached client for mtop
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 = "2024"
name = "mtop-client"
version = "0.17.0"
authors = ["Nick Pillitteri"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Memcached client for mtop"
homepage = "https://github.com/56quarters/mtop"
readme = "README.md"
keywords = [
    "top",
    "memcached",
]
license = "GPL-3.0+"
repository = "https://github.com/56quarters/mtop"
resolver = "2"

[lib]
name = "mtop_client"
path = "src/lib.rs"

[[test]]
name = "tls_common"
path = "tests/tls_common.rs"

[[test]]
name = "tls_tcp"
path = "tests/tls_tcp.rs"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.pin-project-lite]
version = "0.2.16"

[dependencies.rand]
version = "0.10.1"

[dependencies.rustls-pki-types]
version = "1.14.0"
features = ["std"]

[dependencies.tokio]
version = "1.45.1"
features = ["full"]

[dependencies.tokio-rustls]
version = "0.26.4"
features = [
    "ring",
    "tls12",
]
default-features = false

[dependencies.tracing]
version = "0.1.44"

[dependencies.webpki-roots]
version = "1.0.7"