# 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 = "2021" name = "lpc1769" version = "0.0.1" authors = ["James Martin "] exclude = ["LPC176x5x.svd"] description = "Peripheral access API for NXP LPC1769 microcontrollers" documentation = "https://docs.rs/lpc1769" readme = "README.md" keywords = [ "no-std", "cortex-m", "nxp", "lpc", "svd2rust", ] categories = [ "embedded", "no-std", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/jgmartin/lpc1769" resolver = "2" [package.metadata.docs.rs] features = ["rt"] targets = [] [dependencies.cortex-m] version = "0.7.4" [dependencies.cortex-m-rt] version = "0.7.1" optional = true [dependencies.vcell] version = "0.1.2" [features] rt = ["cortex-m-rt/device"] [badges.maintenance] status = "actively-developed"