# 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-client" version = "0.13.1" authors = ["Nick Pillitteri"] build = 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" [lib] name = "mtop_client" path = "src/lib.rs" [[test]] name = "tls" path = "tests/tls.rs" [dependencies.byteorder] version = "1.5.0" [dependencies.pin-project-lite] version = "0.2.13" [dependencies.rand] version = "0.8.5" [dependencies.rustls-pemfile] version = "2.1.0" [dependencies.rustls-pki-types] version = "1.7.0" [dependencies.tokio] version = "1.36.0" features = ["full"] [dependencies.tokio-rustls] version = "0.26.0" features = [ "ring", "tls12", ] default-features = false [dependencies.tracing] version = "0.1.40" [dependencies.urlencoding] version = "2.1.2" [dependencies.webpki-roots] version = "0.26.1"