# 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 = "darkredis" version = "0.8.0" authors = ["Bunogi "] description = "Async Redis client using std::future" readme = "README.md" keywords = ["redis", "async", "database"] categories = ["database", "web-programming"] license = "Zlib" repository = "https://github.com/Bunogi/darkredis" [[bench]] name = "command" harness = false [[bench]] name = "pipelining" harness = false [dependencies.async-std] version = "1.8" features = ["attributes"] optional = true [dependencies.futures] version = "0.3.4" [dependencies.quick-error] version = "2.0.0" [dependencies.tokio] version = "1.0" features = ["io-util", "net", "macros", "time", "rt-multi-thread", "sync"] optional = true [dev-dependencies.criterion] version = "0.3.1" [dev-dependencies.num_cpus] version = "1.13.0" [features] bench = [] default = ["runtime_tokio"] runtime_async_std = ["async-std"] runtime_tokio = ["tokio"]