# 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 = "redis-keyspace-stats" version = "0.5.4" authors = ["Scott Hardy "] description = "Analyzes your Redis keyspace and returns statistics about it" readme = "README.md" keywords = ["redis"] categories = [ "command-line-utilities", "database", "development-tools::profiling", ] license = "MIT" repository = "https://github.com/scott113341/redis-keyspace-stats" [dependencies.clap] version = "4.*" features = ["derive"] [dependencies.glob] version = "0.3.*" [dependencies.humantime] version = "2.*" [dependencies.pretty-bytes] version = "0.2.*" [dependencies.prettytable-rs] version = "0.10.*" [dependencies.rand] version = "0.8.*" [dependencies.redis] version = "0.23.*" features = ["tls-rustls"] [dependencies.regex] version = "1.*"