# 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 = "mimxrt500-hal" version = "0.6.0" description = "HAL implementations for NXP i.MX RT500 series microcontrollers" readme = "README.md" license = "MIT" repository = "https://github.com/apparentlymart/rust-mimxrt500" [package.metadata.docs.rs] features = ["mimxrt595s"] [package.metadata.release] enable-features = ["mimxrt595s"] [dependencies.cortex-m] version = "0.7" [dependencies.embedded-hal] version = "1.0.0-alpha.11" [dependencies.jlink_rtt] version = "0.2" optional = true [dependencies.mimxrt595s] version = "0.5.0" optional = true [dependencies.nb] version = "1.1" [dependencies.paste] version = "1.0.11" [features] device = [] fowlp = ["device"] library = [] mimxrt595s = [ "dep:mimxrt595s", "fowlp", ] mimxrt595s_rt = [ "dep:mimxrt595s", "mimxrt595s/rt", "fowlp", ] use_rtt = ["dep:jlink_rtt"] wlcsp = ["device"]