[package]
edition = "2024"
name = "fxmac_rs"
version = "0.2.2"
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://github.com/elliott10/fxmac_rs/blob/main/README.md"
readme = "README.md"
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"