[package] name = "rust-tunnel" version = "1.0.36" edition = "2018" description = "A tunnel with an obfuscated datagram transport for horrible networks" license="GPL-3.0-only" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] sosistab = "0.4.35" x25519-dalek={ version = "1.1.1", features = ["serde"] } rand = "0.8.4" rand_core = "0.6.3" smol = "1.2.5" dirs = "3.0" async-recursion = "0.2" anyhow = "1.0.43" [profile.release] lto = true panic = "abort"