[package]
edition = "2024"
name = "fxmac_rs"
version = "0.2.3"
authors = ["xiaoluoyuan@163.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "fxmac ethernet driver in Rust on PhytiumPi board."
homepage = "https://github.com/elliott10/fxmac_rs.git"
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"
repository = "https://github.com/elliott10/fxmac_rs.git"
[features]
debug = []
[lib]
name = "fxmac_rs"
path = "src/lib.rs"
[dependencies.crate_interface]
version = "0.3"
[dependencies.log]
version = "0.4"
[target.'cfg(target_arch = "aarch64")'.dependencies.aarch64-cpu]
version = "11"