axvirtio-net 0.1.0

VirtIO network device implementation with MMIO transport for hypervisors
# 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 = "2024"
name = "axvirtio-net"
version = "0.1.0"
authors = ["Debin <luodeb@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "VirtIO network device implementation with MMIO transport for hypervisors"
readme = "README.md"
keywords = [
    "virtio",
    "net",
    "hypervisor",
    "no_std",
    "arceos",
]
categories = [
    "no-std",
    "embedded",
    "hardware-support",
    "network-programming",
]
license = "Apache-2.0"
repository = "https://github.com/rcore-os/tgoskits"

[features]
default = []

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

[[test]]
name = "net_tests"
path = "tests/net_tests.rs"

[dependencies.ax-kspin]
version = "0.3.17"

[dependencies.axaddrspace]
version = "0.5.19"

[dependencies.axdevice_base]
version = "0.6.4"

[dependencies.axvirtio-common]
version = "0.1.0"

[dependencies.axvm-types]
version = "0.7.3"

[dependencies.log]
version = "0.4"

[dev-dependencies.ax-kspin]
version = "0.3.17"
features = ["host-test"]

[dev-dependencies.ax-memory-addr]
version = "0.6.11"