# 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" name = "ieee802_3_miim" version = "0.8.0" authors = ["Johannes Cornelis Draaijer "] description = "A crate provides abstractions for the IEEE 802.3 Media Indepedent Interface, providing access to registers defined in the standard, and with optional implementations of this abstraction for commonly used PHYs" homepage = "https://github.com/datdenkikniet/ieee802_3_miim" readme = "README.md" keywords = ["ethernet"] categories = [ "embedded", "no-std", "hardware-support", ] license = "MIT OR Apache-2.0" [dependencies.bitflags] version = "1.3" [dependencies.defmt] version = "0.3" optional = true [features] default = [ "lan8720a", "lan8742a", "ksz8081r", ] ksz8081r = ["phy"] lan8720a = [ "phy", "mmd", ] lan8742a = [ "phy", "mmd", ] mmd = [] phy = []