# 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 = "mkw41z-hal" version = "0.1.1" authors = ["Daniel Egger "] description = "Peripheral access API for MKW41Z microcontrollers" documentation = "https://docs.rs/mkw41z-hal" keywords = ["arm", "cortex-m", "MKW41Z", "hal"] categories = ["embedded", "hardware-support", "no-std"] license = "0BSD" repository = "https://github.com/therealprof/mkw41z-hal" [profile.dev] lto = true debug = true [profile.release] opt-level = "s" lto = true debug = true [dependencies.bare-metal] version = "0.2.0" [dependencies.cast] version = "0.2.2" default-features = false [dependencies.cortex-m] version = "0.4.3" [dependencies.embedded-hal] version = "0.1.2" features = ["unproven"] [dependencies.mkw41z] version = "0.1.0" [dependencies.nb] version = "0.1.1" [features] default = ["rt"] rt = ["mkw41z/rt"]