[package]
edition = "2021"
name = "a3s-box-netproxy"
version = "2.5.2"
authors = ["A3S Lab Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "macOS userspace network proxy for A3S Box libkrun VMs"
readme = false
license = "MIT"
repository = "https://github.com/AI45Lab/Box"
[lib]
name = "a3s_box_netproxy"
path = "src/lib.rs"
[dev-dependencies.tempfile]
version = "3.10"
[target.'cfg(target_os = "macos")'.dependencies.a3s-box-core]
version = "2.2.0"
[target.'cfg(target_os = "macos")'.dependencies.libc]
version = "0.2"
[target.'cfg(target_os = "macos")'.dependencies.smoltcp]
version = "0.11"
features = [
"medium-ethernet",
"proto-ipv4",
"socket-tcp",
"socket-udp",
"log",
"std",
"alloc",
]
default-features = false
[target.'cfg(target_os = "macos")'.dependencies.tracing]
version = "0.1"