eth-mdio-phy 0.2.0

MDIO-based Ethernet PHY traits and IEEE 802.3 helpers for no_std
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 = "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