# 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 = "s32k144evb-hal" version = "0.8.0" authors = ["Kjetil Kjeka ", "tmplt "] description = "Board support crate for s32k144evb" readme = "README.md" keywords = ["arm", "cortex-m", "s32k144", "template"] categories = ["embedded", "no-std", "hardware-support"] license = "MIT OR Apache-2.0" repository = "https://github.com/kjetilkjeka/s32k144evb.rs" [profile.dev] opt-level = 0 debug = true [profile.release] lto = true debug = true [dependencies.bit_field] version = "0.9.0" [dependencies.cortex-m] version = "0.5.8" [dependencies.cortex-m-rt] version = "0.6.7" [dependencies.embedded_types] version = "0.3.2" [dependencies.s32k144] version = "0.10.0" features = ["rt"] [dev-dependencies.cortex-m-rtfm] version = "0.4.0" features = ["timer-queue"] [features] default = ["panic-over-serial"] itm = [] panic-over-itm = ["itm"] panic-over-serial = []