a3s-box-netproxy 2.4.0

macOS userspace network proxy for A3S Box libkrun VMs
Documentation
# 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 = "a3s-box-netproxy"
version = "2.4.0"
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"