# 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.67" name = "http-manager" version = "0.0.14" publish = true description = "HTTP manager" homepage = "https://github.com/gyuho/http-manager" readme = "README.md" license = "Apache-2.0" [dependencies.hyper] version = "0.14.24" features = ["full"] [dependencies.hyper-tls] version = "0.5.0" [dependencies.log] version = "0.4.17" [dependencies.reqwest] version = "0.11.14" [dependencies.tokio] version = "1.25.0" features = ["full"] [dependencies.url] version = "2.3.1" [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.tokio-test] version = "0.4.2"