smolvm-network 0.9.0

Host-side virtio-net runtime for smolvm
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 = "smolvm-network"
version = "0.9.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Host-side virtio-net runtime for smolvm"
readme = false
license = "Apache-2.0"
repository = "https://github.com/smol-machines/smolvm"

[lib]
name = "smolvm_network"
path = "src/lib.rs"

[dependencies.crossbeam-queue]
version = "0.3"

[dependencies.humantime]
version = "2"

[dependencies.libc]
version = "0.2"

[dependencies.smoltcp]
version = "0.13"
features = [
    "std",
    "log",
    "medium-ethernet",
    "proto-ipv4",
    "socket-tcp",
    "socket-udp",
]
default-features = false

[dependencies.tracing]
version = "0.1"