# 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 = "yq-async" version = "0.4.1" authors = ["Bob "] description = "Yet another job queue - async" documentation = "https://docs.rs/yq-async" keywords = [ "job", "queue", "async", ] license = "MIT" repository = "https://github.com/bob22z/yq" resolver = "1" [dependencies.async-trait] version = "0.1" [dependencies.redis] version = "0.23" features = [ "tokio-comp", "connection-manager", ] [dependencies.serde_json] version = "1" [dependencies.time] version = "0.3" [dependencies.tracing] version = "0.1" [dependencies.yq] version = "0.4"