[build-dependencies.protobuf-codegen-pure]
version = "2"
[dependencies.env_logger]
optional = true
version = "0.9"
[dependencies.log]
version = "0.4"
[dependencies.protobuf]
version = "2.27"
[dependencies.socket2]
features = ["all"]
version = "0.4"
[dependencies.structopt]
optional = true
version = "0.3"
[dependencies.tokio]
features = ["full"]
optional = true
version = "1"
[features]
async = ["tokio"]
client = []
default = ["client", "server", "async", "env_logger", "structopt"]
server = ["tokio"]
[package]
description = "A simple rendezvous protocol implementation to help NAT traversal or hole punching."
edition = "2021"
license = "MIT"
name = "rndz"
repository = "https://github.com/optman/rndz"
resolver = "2"
version = "0.1.3"