# 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] name = "tm4c123x" version = "0.9.2" authors = ["whitequark "] description = "Peripheral access API for TI TM4C123x microcontrollers" documentation = "https://docs.rs/tm4c123x" readme = "README.md" keywords = [ "arm", "cortex-m", "tm4c", "tiva-c", ] categories = ["embedded"] license = "0BSD" repository = "https://github.com/rust-embedded-community/tm4c-rs" [dependencies.cortex-m] version = "0.7.6" [dependencies.cortex-m-rt] version = "0.7.2" optional = true [dependencies.vcell] version = "0.1.0" [features] rt = ["cortex-m-rt/device"]