# 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-sled" version = "0.19.0" authors = ["asonix "] description = "Sled storage backend for background-jobs" readme = "README.md" keywords = [ "jobs", "processor", "sled", ] license = "AGPL-3.0" repository = "https://git.asonix.dog/asonix/background-jobs" [dependencies.async-trait] version = "0.1.24" [dependencies.background-jobs-core] version = "0.19.0" [dependencies.bincode] version = "1.2" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_cbor] version = "0.11" [dependencies.sled] version = "0.34" [dependencies.thiserror] version = "1.0" [dependencies.time] version = "0.3" features = ["serde-human-readable"] [dependencies.tokio] version = "1" features = [ "rt", "sync", "time", "tracing", ] default-features = false [dependencies.tracing] version = "0.1" [dependencies.uuid] version = "1" features = [ "v7", "serde", ]