# 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" version = "0.19.0" authors = ["asonix "] description = "asynchronous background jobs implemented with pluggable backends and runtimes" readme = "README.md" keywords = [ "jobs", "actix", "tokio", "postgres", "sled", ] license = "AGPL-3.0" repository = "https://git.asonix.dog/asonix/background-jobs" [package.metadata.docs.rs] all-features = true [dependencies.background-jobs-actix] version = "0.19.0" optional = true [dependencies.background-jobs-core] version = "0.19.0" [dependencies.background-jobs-metrics] version = "0.19.0" optional = true [dependencies.background-jobs-postgres] version = "0.19.0" optional = true [dependencies.background-jobs-sled] version = "0.19.0" optional = true [dependencies.background-jobs-tokio] version = "0.19.0" optional = true [features] actix-rt = ["dep:background-jobs-actix"] completion-logging = [ "background-jobs-core/completion-logging", "error-logging", ] default = [ "actix-rt", "metrics", ] error-logging = ["background-jobs-core/error-logging"] metrics = ["dep:background-jobs-metrics"] postgres = ["dep:background-jobs-postgres"] sled = ["dep:background-jobs-sled"] tokio = ["dep:background-jobs-tokio"]