# 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 = "httproxide-client-util" version = "0.2.0" description = "wrapper connector around hyper, hyper-rustls and hyperlocal" license = "AGPL-3.0-only" [dependencies.anyhow] version = "1.0" [dependencies.futures-util] version = "0.3" [dependencies.hyper] version = "0.14" features = [ "client", "http1", "tcp", ] [dependencies.hyper-rustls] version = "0.24" optional = true [dependencies.hyperlocal] version = "0.8.0" features = ["client"] optional = true package = "httproxide-hyperlocal" [dependencies.lazy_static] version = "1.4" [dependencies.rustls] version = "0.21" features = ["dangerous_configuration"] optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tokio] version = "1.29" [dependencies.tower] version = "0.4" features = ["util"] [features] http2 = ["hyper-rustls/http2"] https = [ "hyper-rustls", "rustls", ] unix = ["hyperlocal"]