# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "stm32h7-ethernet" version = "0.3.0" authors = ["Richard Meadows "] exclude = [".gitignore"] description = "Drivers for Ethernet on STM32H7" readme = "README.md" keywords = ["stm32", "stm32h7", "ethernet", "lan8720", "ksz8081"] categories = ["embedded", "hardware-support", "no-std"] license = "MIT/Apache-2.0" repository = "https://github.com/richardeoin/stm32h7-ethernet" [package.metadata.docs.rs] features = ["stm32h743v"] targets = ["thumbv7em-none-eabihf"] [[example]] name = "stm32h747i-disco" required-features = ["phy_lan8742a", "stm32h7xx-hal/rt", "stm32h747cm7"] [[example]] name = "stm32h747i-disco-rtic" required-features = ["phy_lan8742a", "stm32h7xx-hal/rt", "stm32h747cm7"] [[example]] name = "nucleo-h743zi2" required-features = ["phy_lan8742a", "stm32h7xx-hal/rt", "stm32h7xx-hal/revision_v", "stm32h743v"] [dependencies.cortex-m] version = "0.6.2" [dependencies.log] version = "0.4.8" [dependencies.smoltcp] version = "0.6.0" features = ["ethernet", "proto-ipv4", "proto-dhcpv4", "socket-tcp", "log", "socket-raw"] default-features = false [dependencies.stm32h7xx-hal] version = "0.6.0" [dev-dependencies.cortex-m-rt] version = "0.6.12" [dev-dependencies.cortex-m-rtic] version = "0.5.3" [dev-dependencies.panic-halt] version = "0.2.0" [dev-dependencies.smoltcp] version = "0.6.0" features = ["ethernet", "proto-ipv4", "proto-ipv6", "socket-raw"] default-features = false [features] default = ["phy_lan8742a", "phy0"] phy0 = [] phy1 = [] phy_ksz8081r = [] phy_lan8742a = [] stm32h742 = ["stm32h7xx-hal/stm32h742"] stm32h742v = ["stm32h7xx-hal/stm32h742v"] stm32h743 = ["stm32h7xx-hal/stm32h743"] stm32h743v = ["stm32h7xx-hal/stm32h743v"] stm32h747cm7 = ["stm32h7xx-hal/stm32h747cm7"] stm32h750 = ["stm32h7xx-hal/stm32h750"] stm32h750v = ["stm32h7xx-hal/stm32h750v"] stm32h753 = ["stm32h7xx-hal/stm32h753"] stm32h753v = ["stm32h7xx-hal/stm32h753v"]