# 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 = "frdm-kw41z" version = "0.1.1" authors = ["Daniel Egger "] description = "Board support crate for the NXP FRDM-KW41Z" documentation = "https://docs.rs/frdm-kw41z" keywords = ["arm", "cortex-m", "mkw41z"] categories = ["hardware-support", "embedded", "no-std"] license = "0BSD" repository = "https://github.com/therealproF/FRDM-KW41Z" [profile.dev] lto = true debug = true [profile.release] opt-level = "s" lto = true debug = true [dependencies.cortex-m] version = "0.4.3" [dependencies.cortex-m-rt] version = "0.4.0" [dependencies.mkw41z] version = "0.1.2" features = ["rt"] [dependencies.mkw41z-hal] version = "0.1.1" features = ["rt"] [dependencies.nb] version = "0.1.1" [dependencies.panic-abort] version = "0.1.1" [dependencies.static-ref] version = "0.2.1" [dependencies.vcell] version = "0.1.0" [dependencies.volatile-register] version = "0.2.0" [features] default = ["rt"] rt = []