# 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 = "relayport-rs" version = "0.5.0" description = "Fast and easy abstraction for proxying TCPand UDP ports." readme = "README.md" keywords = [ "async", "network", "proxy", "tokio", "web", ] categories = ["network-programming"] license = "BSD-2-Clause" repository = "https://github.com/mtelahun/relayport-rs" [dependencies.async-trait] version = "0.1.74" [dependencies.socket2] version = "0.5.5" [dependencies.tokio] version = "1.34.0" features = [ "rt-multi-thread", "macros", "net", "io-util", "sync", "time", ] [dependencies.tracing] version = "0.1.40" [dev-dependencies.tokio] version = "1.34.0" features = [ "rt-multi-thread", "macros", "net", "io-util", "signal", "sync", "time", ] [dev-dependencies.tracing-subscriber] version = "0.3.18"