# 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 = "job_queue" version = "0.0.20" authors = ["Georges KABBOUCHI "] description = "A simple, efficient Rust library for handling asynchronous job processing and task queuing." readme = "README.md" keywords = [ "queue", "worker", "job", "background", "task", ] license = "MIT OR Apache-2.0" repository = "https://github.com/KABBOUCHI/job_queue" [dependencies.async-trait] version = "0.1.74" [dependencies.log] version = "0.4.20" [dependencies.serde] version = "1.0.192" features = ["derive"] [dependencies.serde_json] version = "1.0.108" features = ["raw_value"] [dependencies.sqlx] version = "0.7.2" features = [ "all-databases", "runtime-tokio", "json", "any", ] [dependencies.thiserror] version = "1.0.50" [dependencies.tokio] version = "1.34.0" features = ["full"] [dependencies.tokio-util] version = "0.7.10" [dependencies.typetag] version = "0.2.13" [dependencies.uuid] version = "1.5.0" features = ["v4"]