[go: up one dir, main page]

redis 0.9.1

Redis driver for Rust.
Documentation
# 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]
name = "redis"
version = "0.9.1"
authors = ["Armin Ronacher <armin.ronacher@active-4.com>", "Jan-Erik Rediger <janerik@fnordig.de>"]
build = "build.rs"
description = "Redis driver for Rust."
homepage = "https://github.com/mitsuhiko/redis-rs"
documentation = "https://docs.rs/redis"
readme = "README.md"
keywords = ["redis", "database"]
license = "BSD-3-Clause"

[[bench]]
name = "bench_basic"
harness = false
[dependencies.bytes]
version = "0.4"

[dependencies.combine]
version = "3.2.0"

[dependencies.futures]
version = "0.1"

[dependencies.rustc-serialize]
version = "0.3.16"
optional = true

[dependencies.sha1]
version = ">= 0.2, < 0.7"

[dependencies.tokio-codec]
version = "0.1"

[dependencies.tokio-executor]
version = "0.1"

[dependencies.tokio-io]
version = "0.1"

[dependencies.tokio-tcp]
version = "0.1"

[dependencies.tokio-uds]
version = "0.2"
optional = true

[dependencies.unix_socket]
version = "0.5.0"
optional = true

[dependencies.url]
version = "1.2"
[dev-dependencies.bencher]
version = "0.1"

[dev-dependencies.net2]
version = "0.2"

[dev-dependencies.partial-io]
version = "0.3"
features = ["tokio", "quickcheck"]

[dev-dependencies.quickcheck]
version = "0.6"

[dev-dependencies.rand]
version = "0.4"

[dev-dependencies.tokio]
version = "0.1"

[features]
with-rustc-json = ["rustc-serialize"]
with-system-unix-sockets = []
with-unix-sockets = ["unix_socket", "tokio-uds"]