# 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 = "2018" name = "hafnium" version = "0.1.0" authors = ["Salem Yaslem "] description = "A simple and secure port forward reverse proxy." readme = "README.md" license-file = "LICENSE" repository = "https://github.com/xlmnxp/hafnium" [[bin]] name = "hf" path = "src/main.rs" [dependencies.anyhow] version = "1.0.92" [dependencies.base58] version = "0.2.0" [dependencies.chacha20poly1305] version = "0.10.1" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.p256] version = "0.13.2" features = ["ecdh"] [dependencies.rand_core] version = "0.6.4" features = ["getrandom"] [dependencies.rustls] version = "0.23.16" [dependencies.rustls-pki-types] version = "1.10.0" [dependencies.tokio] version = "1.0.1" features = ["full"] [dependencies.tokio-rustls] version = "0.26.0" [dependencies.toml] version = "0.8.19" [dependencies.webpki-roots] version = "0.26.6"