# 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] edition = "2021" name = "redis-work-queue" version = "0.1.6" description = "A work queue, on top of a redis database, with implementations in Python, Rust, Go, Node.js (TypeScript) and Dotnet (C#)." homepage = "https://github.com/MeVitae/redis-work-queue/" readme = "README.md" keywords = [ "redis", "queue", "work", "cross-platform", "platform", ] categories = [ "api-bindings", "web-programming", "asynchronous", ] license = "MIT" repository = "https://github.com/MeVitae/redis-work-queue/" [dependencies.futures] version = "0.3" [dependencies.redis] version = "0.23" features = [ "aio", "async-std-comp", "connection-manager", ] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.uuid] version = "1.3" features = [ "v4", "fast-rng", "macro-diagnostics", ]