# 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] name = "disque" version = "0.2.3" authors = ["Sebastian Waisbrot "] description = "A client library for Disque message broker" documentation = "http://seppo0010.github.io/disque-rs/" readme = "README.md" keywords = [ "disque", "message", "broker", "scheduling", "distributed", ] license-file = "LICENSE" repository = "https://github.com/seppo0010/disque-rs" [dependencies.redis] version = "0.5.4"