# 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 = "nucleo-f429zi" version = "0.0.1" authors = ["Uwe Arzt "] description = "Rust examples for ST NUCLEO-F429ZI" documentation = "https://docs.rs/nucleo-f429zi" keywords = ["stm32", "NUCLEO"] categories = ["embedded", "hardware-support", "no-std"] license = "Apache-2.0" repository = "https://github.com/uwearzt/nucleo-f429zi" [profile.dev] debug = true [profile.release] opt-level = "s" lto = true debug = true [dependencies.cortex-m] version = "0.5.8" [dependencies.cortex-m-rt] version = "0.6.7" [dependencies.embedded-hal] version = "0.2.2" [dependencies.panic-semihosting] version = "0.5.1" [dependencies.smoltcp] version = "0.5.0" features = ["log", "proto-ipv4", "socket-udp", "socket-tcp"] default-features = false [dependencies.stm32f429] version = "0.6.0" features = ["rt"] [dependencies.stm32f429-hal] version = "0.1.1"