# 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 = "lpc55-pac" version = "0.5.0" authors = ["Nicolas Stalder ", "Conor Patrick "] exclude = ["svd/*", "lpc55.svd"] description = "Peripheral access API for NXP LPC55 microcontrollers" documentation = "https://docs.rs/lpc55-pac" 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/lpc55/lpc55-pac" 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"