# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "background-jobs-sled-storage" version = "0.9.1" authors = ["asonix "] description = "Sled storage backend for background-jobs" readme = "../README.md" license-file = "LICENSE" repository = "https://git.asonix.dog/Aardwolf/background-jobs" [dependencies.actix-rt] version = "2.0.1" [dependencies.async-trait] version = "0.1.24" [dependencies.background-jobs-core] version = "0.9.0" [dependencies.bincode] version = "1.2" [dependencies.chrono] version = "0.4" [dependencies.serde_cbor] version = "0.11" [dependencies.sled] version = "0.34" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = ["rt"] default-features = false [dependencies.uuid] version = "0.8.1" features = ["v4", "serde"]