# 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_server" version = "0.3.0" authors = ["Marcin Anforowicz"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Server that lets 2 peers exchange their socket addresses." homepage = "https://github.com/manforowicz/gday/tree/main/gday_server" readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/manforowicz/gday/" [lib] name = "gday_server" path = "src/lib.rs" [[bin]] name = "gday_server" path = "src/main.rs" [[test]] name = "test_integration" path = "tests/test_integration.rs" [dependencies.clap] version = "4.5.21" features = ["derive"] [dependencies.env_logger] version = "0.11.5" [dependencies.gday_contact_exchange_protocol] version = "0.3.0" [dependencies.log] version = "0.4.22" [dependencies.rustls-pemfile] version = "2.2.0" [dependencies.socket2] version = "0.5.8" [dependencies.thiserror] version = "2.0.3" [dependencies.tokio] version = "1.41.1" features = [ "rt-multi-thread", "macros", "net", "time", "sync", ] [dependencies.tokio-rustls] version = "0.26.0"