rdif-eth 0.3.2

Driver Interface net definition.
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 = "rdif-eth"
version = "0.3.2"
authors = ["周睿 <zrufo747@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Driver Interface net definition."
readme = false
keywords = [
    "os",
    "driver",
]
categories = [
    "embedded",
    "no-std",
]
license = "MIT"
repository = "https://github.com/rcore-os/tgoskits"

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

[dependencies.dma-api]
version = "0.8.1"

[dependencies.rdif-base]
version = "0.8.3"

[dependencies.thiserror]
version = "2"
default-features = false