# 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 = "2018" name = "sidekiq" version = "0.12.0" authors = ["Laurent Arnoud "] exclude = [ "Justfile", "rustfmt.toml", ] description = "Rust Sidekiq Client" homepage = "https://github.com/spk/rust-sidekiq" readme = "README.md" keywords = [ "job", "queue", "async", "sidekiq", "client", ] license = "MIT" repository = "https://github.com/spk/rust-sidekiq.git" [dependencies.futures] version = "0.3" [dependencies.rand] version = "0.8" [dependencies.redis] version = "0.21" features = [ "connection-manager", "async-std-comp", "async-std-tls-comp", ] [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.time] version = "0.3" [badges.travis-ci] repository = "spk/rust-sidekiq"