# 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 = "webrtc-tunnel" version = "0.1.0" description = "A tool to form peer-to-peer port forwarding over WebRTC" license = "MIT OR Apache-2.0" resolver = "1" [profile.dev] opt-level = 1 lto = "thin" [profile.release] lto = true [dependencies.anyhow] version = "1" [dependencies.bytes] version = "1.5" [dependencies.clap] version = "4" features = ["derive"] [dependencies.fern] version = "0.6" [dependencies.fxhash] version = "0.2" [dependencies.humantime] version = "2" [dependencies.interprocess] version = "1.2.1" features = ["tokio_support"] [dependencies.log] version = "0.4" [dependencies.serde] version = "1" features = ["derive"] [dependencies.tokio] version = "1" features = [ "rt-multi-thread", "net", "io-util", "time", "macros", "sync", "signal", "parking_lot", ] [dependencies.toml] version = "0.8" [dependencies.upgrade2webrtc] version = "0" features = ["local_sockets"] [features] server = []