[package] name = "background-jobs-sled-storage" description = "Sled storage backend for background-jobs" version = "0.9.1" license-file = "../LICENSE" authors = ["asonix "] repository = "https://git.asonix.dog/Aardwolf/background-jobs" readme = "../README.md" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] actix-rt = "2.0.1" async-trait = "0.1.24" background-jobs-core = { version = "0.9.0", path = "../jobs-core" } bincode = "1.2" chrono = "0.4" sled = "0.34" serde_cbor = "0.11" thiserror = "1.0" tokio = { version = "1", default-features = false, features = ["rt"] } uuid = { version = "0.8.1", features = ["v4", "serde"] }