[package]
edition = "2021"
name = "fxmac_rs"
version = "0.2.1"
authors = ["xiaoluoyuan@163.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FXMAC Ethernet driver in Rust for PhytiumPi (Phytium Pi) board, supporting DMA-based packet transmission and reception."
homepage = "https://github.com/elliott10/fxmac_rs"
documentation = "https://docs.rs/fxmac_rs"
readme = "README.md"
keywords = [
"ethernet",
"driver",
"phytium",
"aarch64",
"no_std",
]
categories = [
"embedded",
"hardware-support",
"no-std",
]
license = "GPL-2.0-only"
repository = "https://github.com/elliott10/fxmac_rs"
[features]
debug = []
[lib]
name = "fxmac_rs"
path = "src/lib.rs"
[dependencies.crate_interface]
version = "0.1.4"
[dependencies.log]
version = "0.4"
[target.'cfg(target_arch = "aarch64")'.dependencies.aarch64-cpu]
version = "10"