# 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 = "2018" name = "tm4c-hal" version = "0.4.2" authors = [ "Jorge Aparicio ", "Jonathan 'theJPster' Pallant ", "Marc Poulhiès ", "David Wood ", ] description = "Common bits of HAL for the TM4C123x/TM4C129x family of microcontrollers" documentation = "https://docs.rs/tm4c-hal" readme = "README.md" 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" [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"