# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "reredis" version = "0.1.0-alpha.2" authors = ["huangjiahua "] description = "reredis is a reimplementation of Redis (server) in Rust programming language.\n" homepage = "https://github.com/huangjiahua/reredis" documentation = "https://github.com/huangjiahua/reredis" readme = "./README.md" license-file = "./LICENSE" repository = "https://github.com/huangjiahua/reredis" [dependencies.chrono] version = "0.4.7" [dependencies.env_logger] version = "0.6.2" [dependencies.log] version = "0.4.0" [dependencies.mio] version = "0.6.19" [dependencies.murmurhash64] version = "0.3.1" [dependencies.nix] version = "0.15.0" [dependencies.rand] version = "0.7.0" [dependencies.signal-hook] version = "0.1.10" [dev-dependencies.redis] version = "0.12.0" [dev-dependencies.threadpool] version = "1.7.1"