[package]
edition = "2021"
rust-version = "1.75"
name = "eth-mdio-phy"
version = "0.2.0"
authors = [
"Viacheslav Bocharov <v@baodeep.com>",
"JetHome (r)",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MDIO-based Ethernet PHY traits and IEEE 802.3 helpers for no_std"
documentation = "https://docs.rs/eth-mdio-phy"
readme = "README.md"
keywords = [
"embedded",
"no-std",
"ethernet",
"phy",
"mdio",
]
categories = [
"embedded",
"no-std",
"hardware-support",
]
license = "GPL-2.0-or-later OR Apache-2.0"
repository = "https://github.com/jethub-iot/eth-phy-rs"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
"--cfg",
"docsrs",
]
[features]
default = []
defmt = ["dep:defmt"]
[lib]
name = "eth_mdio_phy"
path = "src/lib.rs"
[dependencies.defmt]
version = "0.3"
optional = true