ax-net 0.5.13

ArceOS network module
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 = "2024"
name = "ax-net"
version = "0.5.13"
authors = [
    "Yuekai Jia <equation618@gmail.com>",
    "ChengXiang Qi <kuangjux@outlook.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ArceOS network module"
readme = false
license = "Apache-2.0"
repository = "https://github.com/rcore-os/tgoskits"

[features]
default = ["smoltcp"]
smoltcp = ["dep:smoltcp"]
vsock = ["ax-driver/vsock"]

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

[dependencies.ax-driver]
version = "0.5.15"
features = ["net"]

[dependencies.ax-errno]
version = "0.5.0"

[dependencies.ax-hal]
version = "0.5.14"

[dependencies.ax-io]
version = "0.5.6"

[dependencies.ax-lazyinit]
version = "0.4.7"

[dependencies.ax-sync]
version = "0.5.14"

[dependencies.ax-task]
version = "0.5.15"

[dependencies.cfg-if]
version = "1.0"

[dependencies.log]
version = "0.4"

[dependencies.smoltcp]
version = "0.13.1"
features = [
    "alloc",
    "log",
    "async",
    "medium-ethernet",
    "medium-ip",
    "proto-ipv4",
    "proto-ipv6",
    "socket-raw",
    "socket-icmp",
    "socket-udp",
    "socket-tcp",
    "socket-dhcpv4",
    "socket-dns",
]
optional = true
default-features = false

[dependencies.spin]
version = "0.10"