# 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 = "lpc82x-pac" version = "0.8.1" authors = ["Hanno Braun "] description = "Low-level register mappings for the NXP LPC82x series of ARM Cortex-M0+ microcontrollers" documentation = "https://docs.rs/lpc82x-pac" readme = "README.md" keywords = ["arm", "cortex-m", "nxp", "lpc", "svd2rust"] categories = ["embedded", "hardware-support", "no-std"] license = "0BSD" repository = "https://github.com/lpc-rs/lpc-pac" [dependencies.cortex-m] version = "0.7.2" [dependencies.cortex-m-rt] version = ">=0.6, <0.8" optional = true [dependencies.vcell] version = "0.1.2" [features] rt = ["cortex-m-rt", "cortex-m-rt/device"] [badges.travis-ci] repository = "lpc-rs/lpc-pac"