# 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 = "simple-job-queue" version = "0.4.0" include = [ "src/*.rs", "!src/main.rs", "Cargo.toml", ] description = "A simple job queue" homepage = "https://github.com/affanshahid/simple-job-queue" documentation = "https://docs.rs/simple-job-queue" readme = "README.md" keywords = [ "jobs", "job-queue", ] license = "MIT" repository = "https://github.com/affanshahid/simple-job-queue" [dependencies.async-trait] version = "0.1.68" [dependencies.futures] version = "0.3.28" [dependencies.redis] version = "0.22.3" features = ["tokio-comp"] optional = true [dependencies.serde] version = "1.0.159" features = ["derive"] [dependencies.serde_json] version = "1.0.95" [dependencies.tokio] version = "1" features = ["full"] [dependencies.uuid] version = "1.3.0" features = [ "serde", "v4", ] [features] default = ["redis"] redis = ["dep:redis"]