# 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 = "vsock-relay" version = "2.0.0" description = "Relays TCP connections from IPv4/IPv6 to vsock." homepage = "https://github.com/brave-experiments/vsock-relay" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/brave-experiments/vsock-relay" [profile.release] panic = "abort" [dependencies.anyhow] version = "1.0" [dependencies.bytes] version = "1.6" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.local-ip-address] version = "0.6" [dependencies.tokio] version = "1.37" features = ["full"] [dependencies.tokio-vsock] version = "0.5" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [features] mock-vsock = []