[package] name = "syrostan_mcu" version = "0.1.0" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] embedded-hal = "0.2.3" nb = "0.1.2" cortex-m = {version = "0.6.2"} cortex-m-rt = "0.6.11" cortex-m-rtic = { version = "0.5.3"} panic-itm = { version = "0.4" } log = { version = "0.4" } smoltcp = { version = "0.7.0", default-features = false, features = [ "socket-raw", "proto-ipv4", "proto-ipv6" ]} # Panic behaviour, see https://crates.io/keywords/panic-impl for alternatives panic-halt = "0.2.0" stm32f1xx-hal = {version = "0.6.1", features = ["rt", "stm32f103", "high"]} enc424j600 = { git = "https://git.m-labs.hk/M-Labs/ENC424J600.git", features = ["smoltcp-examples", "cortex-m-cpu"]}