# 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 = "gday_hole_punch" version = "0.3.0" authors = ["Marcin Anforowicz"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Securely connect to a peer using TCP hole-punching." homepage = "https://github.com/manforowicz/gday/tree/main/gday_hole_punch" readme = "README.md" categories = ["network-programming"] license = "MIT" repository = "https://github.com/manforowicz/gday/" [lib] name = "gday_hole_punch" path = "src/lib.rs" [[test]] name = "test_integration" path = "tests/test_integration.rs" [dependencies.gday_contact_exchange_protocol] version = "0.3.0" [dependencies.log] version = "0.4.22" [dependencies.pin-project] version = "1.1.7" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.215" [dependencies.sha2] version = "0.10.8" [dependencies.socket2] version = "0.5.8" [dependencies.spake2] version = "0.4.0" features = ["std"] [dependencies.thiserror] version = "2.0.3" [dependencies.tokio] version = "1.41.1" features = [ "net", "rt", "time", ] [dependencies.tokio-rustls] version = "0.26.0" [dependencies.webpki-roots] version = "0.26.7" [dev-dependencies.gday_server] version = "0.3.0"