# 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 = "stellaris-launchpad" version = "0.11.2" authors = ["Michael Daffin ", "Philipp Oppermann ", "Jonathan 'theJPster' Pallant ", "Marc Brinkmann"] description = "A bare-metal crate supporting the Texas Instruments Stellaris LM4F120 Launchpad (and most likely the Tiva-C TM4C120 Launchpad too)" homepage = "https://www.thejpster.org.uk" readme = "README.md" keywords = ["arm", "bare-metal", "blink", "lm4f120", "launchpad"] categories = ["hardware-support"] license = "MIT" repository = "https://github.com/thejpster/stellaris-launchpad" [profile.release] opt-level = "s" lto = true debug = true [dependencies.cortex-m] version = "0.4" [dependencies.embedded-hal] version = "0.2" [dependencies.lm4f120] version = "0.10.0" [dependencies.r0] version = "0.1" [dependencies.volatile-register] version = "0.2" [badges.travis-ci] branch = "master" repository = "thejpster/stellaris-launchpad"