# 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" rust-version = "1.70.0" name = "streambed-test" version = "0.11.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A collection of utilities that facilitate unit and integration testing" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/streambed/streambed-rs.git" [lib] name = "streambed_test" path = "src/lib.rs" [dependencies.http] version = "0.2.8" [dependencies.hyper] version = "0.14.23" features = [ "tcp", "stream", "http1", "http2", "client", "server", "runtime", ] default-features = false [dependencies.tokio] version = "1.23.0"