# 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 = "hconnect" version = "0.2.0" description = "A tool to establish a TCP connection to a host behind a proxy" homepage = "https://github.com/kiron1/hconnect" documentation = "https://github.com/kiron1/hconnect" readme = "README.md" license-file = "LICENSE.txt" repository = "https://github.com/kiron1/hconnect" [dependencies.anyhow] version = "1.0" [dependencies.base64] version = "0.21" [dependencies.bytes] version = "1.1" [dependencies.clap] version = "4.4" features = [ "derive", "env", ] [dependencies.cross-krb5] version = "0.3" default-features = false [dependencies.dirs] version = "5.0" [dependencies.http] version = "1" [dependencies.http-body] version = "1" [dependencies.http-body-util] version = "0.1" [dependencies.hyper] version = "1" features = [ "http1", "client", ] [dependencies.hyper-util] version = "0.1" features = ["tokio"] [dependencies.netrc] version = "0.4" [dependencies.pin-project-lite] version = "0.2" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tower] version = "0.4" features = ["util"]