# 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" name = "passivized_test_support" version = "0.0.11" authors = ["Joshua Potts <8704475+iamjpotts@users.noreply.github.com>"] include = ["**/*.rs"] description = "Miscellaneous items used to test other crates. Not a general purpose testing crate." readme = "README.md" license = "MPL-2.0" repository = "https://github.com/iamjpotts/passivized_test_support" [dependencies.backoff] version = "0.4" features = [ "futures", "tokio", ] [dependencies.http] version = "1.0" [dependencies.http-body-util] version = "0.1" [dependencies.hyper] version = "1.1" features = [ "client", "http1", "http2", ] [dependencies.hyper-tls] version = "0.6" [dependencies.hyper-util] version = "0.1" features = [ "http1", "http2", ] [dependencies.log] version = "0.4" [dependencies.native-tls] version = "0.2" [dependencies.simple_logger] version = "4.0" features = [ "timestamps", "threads", ] default-features = false [dependencies.thiserror] version = "1.0" [dependencies.time] version = "0.3" [dependencies.tokio] version = "1.35" features = ["net"] [dev-dependencies.mockito] version = "1.0" [dev-dependencies.tokio] version = "1.32" features = [ "macros", "rt-multi-thread", ]