# 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 = "sisyphus-tasks" version = "0.1.1" authors = [ "James Prestwich ", "Odysseas.eth ", ] description = "Reusable utils for long-lived, worker-oriented rust programs" readme = "README.md" license = "Apache-2.0 OR MIT" repository = "https://github.com/odyslam/sisyphus-tasks" [dependencies.eyre] version = "0.6.8" [dependencies.futures] version = "0.3.26" [dependencies.prometheus] version = "0.13.3" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.93" features = ["raw_value"] [dependencies.thiserror] version = "1.0.38" [dependencies.tokio] version = "1.22.0" features = [ "macros", "rt", "time", "sync", ] [dependencies.tokio-stream] version = "0.1.11" [dependencies.tokio-tungstenite] version = "0.18.0" [dependencies.tracing] version = "0.1.37" [dependencies.tungstenite] version = "0.18.0" [dependencies.warp] version = "0.3.3" [dev-dependencies.tracing-test] version = "0.2.3"