# 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 = "rewrk-core" version = "0.1.3" description = "HTTP benchmarking as a library made simple." readme = "README.md" keywords = [ "tokio", "async", ] categories = [ "concurrency", "asynchronous", ] license = "MIT" repository = "https://github.com/lnx-search/rewrk" resolver = "1" [dependencies.anyhow] version = "1" [dependencies.async-trait] version = "0.1.64" [dependencies.flume] version = "0.10.14" [dependencies.futures-util] version = "0.3" [dependencies.hdrhistogram] version = "7" [dependencies.http] version = "0.2" [dependencies.hyper] version = "0.14" features = [ "runtime", "client", "http1", "http2", ] [dependencies.native-tls] version = "0.2" features = ["alpn"] [dependencies.num_cpus] version = "1.15.0" [dependencies.pin-project-lite] version = "0.2" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "rt", "rt-multi-thread", "net", ] [dependencies.tokio-native-tls] version = "0.3" [dependencies.tower] version = "0.4" features = ["util"] [dependencies.tracing] version = "0.1.37" [dev-dependencies.axum] version = "0.6.5" [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.tracing-subscriber] version = "0.3.16"