[package] name = "tm4c123x-hal" version = "0.10.3" authors = [ "Jorge Aparicio ", "Jonathan 'theJPster' Pallant ", "Marc Poulhiès ", "David Wood ", ] description = "HAL for the TM4C123x family of microcontrollers" keywords = ["arm", "cortex-m", "tm4c", "lm4f120", "hal"] categories = ["embedded", "hardware-support", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-embedded-community/tm4c-hal/tm4c123x-hal" edition = "2018" [dependencies.cast] version = "0.2.2" default-features = false [dependencies.cortex-m] version = "0.7" [dependencies.embedded-hal] version = "0.2.2" features = ["unproven"] [dependencies.nb] version = "1" [dependencies.tm4c123x] version = "0.9.1" [dependencies.void] version = "1.0" default-features = false [dependencies.tm4c-hal] path = "../tm4c-hal" version = "0.4.1" [features] rt = ["tm4c123x/rt"]