# 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-core" version = "0.19.0" authors = ["asonix "] description = "Core types for implementing an asynchronous jobs processor" readme = "README.md" keywords = [ "jobs", "processor", ] license = "AGPL-3.0" repository = "https://git.asonix.dog/asonix/background-jobs" [package.metadata.docs.rs] all-features = true [dependencies.async-trait] version = "0.1.24" [dependencies.event-listener] version = "5.3.1" [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.time] version = "0.3" features = ["serde-human-readable"] [dependencies.tracing] version = "0.1" [dependencies.uuid] version = "1.6" features = [ "serde", "v7", ] [features] completion-logging = [] default = ["error-logging"] error-logging = []