# 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-alpn" version = "0.4.1" authors = [ "Harry Bairstow ", "Julius de Bruijn ", ] description = "An ALPN implementation to be used with Hyper 0.12" homepage = "https://github.com/walletconnect/hyper-alpn" documentation = "https://docs.rs/hyper-alpn/" readme = "README.md" keywords = [ "hyper", "alpn", "http2", "h2", ] license = "MIT" repository = "https://github.com/walletconnect/hyper-alpn.git" [dependencies.hyper] version = "0.14" features = [ "client", "http2", "h2", ] [dependencies.log] version = "0.4" [dependencies.rustls] version = "0.20" [dependencies.rustls-pemfile] version = "1.0.1" [dependencies.tokio] version = "1" features = [ "net", "rt", ] [dependencies.tokio-rustls] version = "0.23" [dependencies.webpki-roots] version = "0.22" [dev-dependencies.openssl] version = "0.10" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", "net", ]