# 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 = "k32l3a60-cm0plus" version = "0.1.0" authors = ["Klim Tsoutsman "] description = "Peripheral access API for the Cortex M0+ core on the K32L3A60 microcontroller" keywords = [ "k32", "nxp", "mcux", ] categories = [ "hardware-support", "no-std", "no-std::no-alloc", ] license = "MIT OR Apache-2.0" repository = "https://github.com/tsoutsman/k32l3a60-cm0plus" [dependencies.cortex-m] version = "0.7.7" [dependencies.cortex-m-rt] version = "0.7.3" features = ["device"] optional = true [dependencies.vcell] version = "0.1.3" [features] rt = ["dep:cortex-m-rt"]