# 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 = "mtop" version = "0.13.1" authors = ["Nick Pillitteri"] build = 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" [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.1.8" features = [ "cargo", "derive", "env", "help", "error-context", "std", "string", "usage", "wrap_help", ] default-features = false [dependencies.crossterm] version = "0.27.0" [dependencies.mtop-client] version = "0.13.1" [dependencies.pprof] version = "0.13.0" features = ["protobuf-codec"] optional = true [dependencies.rand] version = "0.8.5" [dependencies.rand_distr] version = "0.4.3" [dependencies.ratatui] version = "0.27.0" [dependencies.rustls-pki-types] version = "1.7.0" [dependencies.tokio] version = "1.14.0" features = ["full"] [dependencies.tracing] version = "0.1.11" [dependencies.tracing-subscriber] version = "0.3.16" [features] default = [] profile = ["dep:pprof"]