[package] name = "vsock-relay" version = "2.0.0" description = "Relays TCP connections from IPv4/IPv6 to vsock." license = "MPL-2.0" homepage = "https://github.com/brave-experiments/vsock-relay" repository = "https://github.com/brave-experiments/vsock-relay" edition = "2021" [dependencies] anyhow = "1.0" bytes = "1.6" clap = { version = "4.5", features = ["derive"] } local-ip-address = "0.6" tokio-vsock = "0.5" tokio = { version = "1.37", features = ["full"] } tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } [features] mock-vsock = [] [profile.release] panic = "abort"