# 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 = "netpong" version = "0.2.3" authors = ["Christoph J. Scherr "] publish = true description = "let your servers play ping pong" homepage = "https://git.cscherr.de/PlexSheep/netpong" readme = "README.md" keywords = ["networking"] license = "MIT" repository = "https://git.cscherr.de/PlexSheep/netpong" [dependencies.anyhow] version = "1.0.79" [dependencies.clap] version = "4.4.18" [dependencies.clap-num] version = "1.0.2" [dependencies.clap-verbosity-flag] version = "2.1.2" [dependencies.libpt] version = "0.3.11" features = ["net"] [dependencies.rustls-pemfile] version = "2.0.0" [dependencies.thiserror] version = "1.0.56" [dependencies.tokio] version = "1.35.1" features = [ "net", "rt", "macros", ] [dependencies.tokio-rustls] version = "0.25.0" [dependencies.webpki-roots] version = "0.26.0" [features] default = ["server"] server = []