# 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 = "yup-hyper-mock" version = "8.0.0" authors = [ "Sean McArthur ", "Jonathan Reem ", "Sebastian Thiel ", "Benjamin Pannell ", ] include = [ "src/**/*", "Cargo.toml", ] description = "A utility library for testing clients using hyper" documentation = "http://byron.github.io/yup-hyper-mock" readme = "README.md" license = "MIT" repository = "https://github.com/Byron/yup-hyper-mock" [dependencies.futures] version = "0.3" [dependencies.http-body-util] version = "0.1.0" [dependencies.hyper] version = "1.1" features = [ "client", "http1", ] [dependencies.hyper-util] version = "0.1.2" features = [ "tokio", "http1", "client-legacy", ] [dependencies.log] version = ">= 0.4" [dependencies.tokio] version = "1.35" features = ["io-util"] [dependencies.tower-service] version = "0.3" [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.tokio] version = "1.0" features = [ "rt", "macros", ]