# 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 = "w5500-hl" version = "0.12.0" authors = ["Alex Martens "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Driver for the Wiznet W5500 internet offload chip." homepage = "https://github.com/newAM/w5500-rs" readme = "README.md" keywords = [ "spi", "driver", "embedded-hal-driver", "W5500", "wiznet", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT" repository = "https://github.com/newAM/w5500-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "w5500_hl" path = "src/lib.rs" [[test]] name = "common" path = "tests/common.rs" [[test]] name = "udp" path = "tests/udp.rs" [dependencies.defmt] version = "0.3.8" features = ["ip_in_core"] optional = true [dependencies.w5500-ll] version = "0.13.0" [dev-dependencies.ehm] version = "0.10.0" features = [ "eh0", "eh1", "embedded-hal-async", ] package = "embedded-hal-mock" [dev-dependencies.embedded-hal] version = "1" [dev-dependencies.w5500-ll] version = "0.13.0" features = [ "eh1", "defmt", ] [features] defmt = [ "w5500-ll/defmt", "dep:defmt", ] eh0 = ["w5500-ll/eh0"] eh1 = ["w5500-ll/eh1"]