# 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 = "rsmq" version = "0.2.1" authors = ["David Palm "] description = "A Rust implementation of [RSMQ](https://smrchy.github.io/rsmq/about/) (Redis Simple Message Queue)." license = "MIT" repository = "https://github.com/dvdplm/rsmq-rust" [dependencies.failure] version = "0.1.1" [dependencies.r2d2] version = "0.8.1" [dependencies.r2d2_redis] version = "0.7" [dependencies.radix] version = "0.3.4" [dependencies.rand] version = "0.3.18" [dependencies.redis] version = "0.8" [dev-dependencies.criterion] version = "0.1.1"