fxmac_rs 0.2.3

fxmac ethernet driver in Rust on PhytiumPi board.
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 = "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"