eth-intel 0.1.0

Intel e1000 ethernet driver
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 = "eth-intel"
version = "0.1.0"
authors = ["周睿 <zrufo747@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Intel e1000 ethernet driver"
readme = false
keywords = [
    "os",
    "driver",
    "ethernet",
    "intel",
]
categories = [
    "embedded",
    "no-std",
]
license = "MIT"
repository = "https://github.com/drivercraft/sparreal-os"

[lib]
name = "eth_intel"
path = "src/lib.rs"
test = false

[[test]]
name = "test_e1000"
path = "tests/test_e1000.rs"
harness = false

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

[dependencies.log]
version = "0.4"

[dependencies.mmio-api]
version = "0.2"

[dependencies.rdif-eth]
version = "0.1"

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

[dev-dependencies.bare-test]
version = "0.8"
features = ["net"]

[dev-dependencies.fdt-edit]
version = "0.2.3"

[dev-dependencies.pcie]
version = "0.6"