# 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 = "hyper-mock-client" version = "0.1.3" description = "hyper::client mock to test tower::services such as axum::router" homepage = "https://github.com/chbm/hyper-mock-client" readme = "README.md" keywords = [ "test", "async", "http", "tokio", ] categories = [ "asynchronous", "development-tools::testing", ] license = "MIT" repository = "https://github.com/chbm/hyper-mock-client" resolver = "2" [dependencies.axum] version = "0.5" [dependencies.hyper] version = "0.14" features = ["client"] [dependencies.tokio] version = "1.21" features = ["macros"] [dependencies.tokio-test] version = "0.4.2"