# 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 = "lpc43xx" version = "0.1.0" authors = ["Astro "] include = ["Cargo.toml", "**/*.rs", "*.x"] description = "Register definitions for the NXP LPC43xx microcontroller platform, generated through svd2rust" homepage = "https://github.com/astro/rust-lpc43xx" documentation = "https://docs.rs/lpc43xx" keywords = ["arm", "cortex-m", "nxp", "lpc", "svd2rust"] categories = ["embedded", "hardware-support", "no-std"] license = "Apache-2.0" [profile.release] lto = true panic = "abort" [dependencies.bare-metal] version = "0.2.0" [dependencies.cortex-m] version = "0.5.2" [dependencies.cortex-m-rt] version = "0.5.1" optional = true [dependencies.vcell] version = "0.1.0" [features] rt = ["cortex-m-rt"]