# 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] edition = "2018" name = "lpc55s6x-hal" version = "0.0.2" authors = ["Nicolas Stalder ", "Hanno Braun "] build = "build.rs" description = "Hardware Abstraction Layer (HAL) for the NXP LPC55S6x ARM Cortex-33 microcontrollers" documentation = "https://docs.rs/lpc55s6x-hal" readme = "README.md" keywords = ["no-std", "cortex-m", "nxp", "lpc", "embedded-hal-impl"] categories = ["embedded", "no-std"] license = "Apache-2.0 OR MIT" repository = "https://github.com/nickray/lpc55s6x-hal" [profile.release] opt-level = "z" lto = true codegen-units = 1 debug = true [dependencies.bare-metal] version = "0.2" [dependencies.cortex-m] version = "0.6" [dependencies.cortex-m-semihosting] version = "0.3" [dependencies.embedded-hal] version = "0.2" features = ["unproven"] [dependencies.lpc55s6x-pac] version = "0.0.5" [dependencies.nb] version = "0.1" [dependencies.usb-device] version = "0.2.3" [dependencies.usbd-serial] version = "0.1.0" [dependencies.vcell] version = "0.1.2" [dependencies.void] version = "1" default-features = false [dev-dependencies.aes-soft] version = "0.3" [dev-dependencies.cortex-m-rt] version = "0.6" [dev-dependencies.cortex-m-rtfm] version = "0.5.0-beta.1" [dev-dependencies.cortex-m-semihosting] version = "0.3" [dev-dependencies.heapless] version = "0.5" [dev-dependencies.panic-halt] version = "0.2" [dev-dependencies.panic-semihosting] version = "0.5" features = ["jlink-quirks"] [dev-dependencies.ssd1306] version = "0.3.0-alpha.2" [features] default = ["rt"] rt = ["lpc55s6x-pac/rt"] [badges.circle-ci] repository = "nickray/lpc55s6x-hal"