mtop 0.17.0

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

[features]
default = []

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

[[bin]]
name = "dns"
path = "src/bin/dns.rs"

[[bin]]
name = "mc"
path = "src/bin/mc.rs"

[[bin]]
name = "mtop"
path = "src/bin/mtop.rs"

[dependencies.clap]
version = "4.6.1"
features = [
    "cargo",
    "derive",
    "env",
    "help",
    "error-context",
    "std",
    "string",
    "usage",
    "wrap_help",
]
default-features = false

[dependencies.crossterm]
version = "0.28.0"
features = ["events"]
default-features = false

[dependencies.mtop-client]
version = "0.17.0"

[dependencies.rand]
version = "0.10.1"

[dependencies.rand_distr]
version = "0.6.0"

[dependencies.ratatui]
version = "0.29.0"
features = ["crossterm"]
default-features = false

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

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

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.23"
features = [
    "fmt",
    "ansi",
]
default-features = false