# 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 = "background-jobs-actix" version = "0.19.0" authors = ["asonix "] description = "in-process jobs processor based on Actix" readme = "README.md" keywords = [ "jobs", "processor", "actix", ] license = "AGPL-3.0" repository = "https://git.asonix.dog/asonix/background-jobs" [dependencies.actix-rt] version = "2.5.1" [dependencies.async-trait] version = "0.1.24" [dependencies.background-jobs-core] version = "0.19.0" [dependencies.metrics] version = "0.23.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = [ "macros", "rt", "sync", "time", "tracing", ] default-features = false [dependencies.tracing] version = "0.1" [dependencies.uuid] version = "1" features = [ "v7", "serde", ]