# 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 = "hedged" version = "0.1.3" authors = ["Antonin Amand "] description = "A \"Hedged Requests\" implementation as described in \"The Tail at Scale\" paper" documentation = "https://docs.rs/hedged" readme = "README.md" keywords = [ "distributed", "async", ] license-file = "LICENSE" repository = "https://github.com/gwik/hedged" [package.metadata.docs.rs] all-features = true [[bench]] name = "observe" harness = false [dependencies.histogram] version = "0.8" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "macros", "time", ] optional = true [dev-dependencies.anyhow] version = "1" features = ["backtrace"] [dev-dependencies.criterion] version = "0.4" features = ["html_reports"] [dev-dependencies.poem] version = "1" [dev-dependencies.rand] version = "0.8" [dev-dependencies.reqwest] version = "0.11" [dev-dependencies.tokio] version = "1" features = [ "rt-multi-thread", "macros", "time", ] [dev-dependencies.tracing] version = "0.1" [dev-dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [features] default = [] tokio = ["dep:tokio"]