# 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 = "relay-man" version = "0.2.5" authors = ["konkitoman"] description = "Peer to peer library" keywords = [ "p2p", "client", "server", "networking", ] license = "GPL-3.0" repository = "https://github.com/ManStudio/RelayMan" [[example]] name = "server" [[example]] name = "client" [dependencies.bytes-kman] version = "0.1.7" [dependencies.igd] version = "0.12.0" [dependencies.local-ip-address] version = "0.5.0" [dependencies.natpmp] version = "0.4.0" features = [] [dependencies.polling] version = "2.5.2" [dependencies.rand] version = "0.8.5" [dependencies.socket2] version = "0.4.7" [features] client = [] default = [ "client", "server", ] server = []