# 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] name = "lm4f120" version = "0.10.0" authors = ["Michael Daffin ", "Philipp Oppermann ", "Jonathan 'theJPster' Pallant ", "Andrew Straw ", "Marc Brinkmann"] description = "A set of drivers for writing bare-metal code for the Texas Instruments LM4F120." homepage = "https://www.thejpster.org.uk" keywords = ["arm", "bare-metal", "blink", "lm4f120"] license = "MIT" repository = "https://github.com/thejpster/lm4f120" [profile.dev] panic = "abort" [profile.release] debug = true panic = "abort" [dependencies.cortex-m] version = "0.4" [dependencies.embedded-hal] version = "0.2.1" features = ["unproven"] [dependencies.lazy_static] version = "^0.2" features = ["spin_no_std"] [dependencies.nb] version = "0.1.1" [dependencies.tm4c123x] version = "0.6" [dependencies.volatile-register] version = "0.2"