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