# 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 = "mimxrt595-evk" version = "0.5.0" description = "Board support package for NXP i.MX RT595 Evaluation Kit" license = "MIT" repository = "https://github.com/apparentlymart/rust-mimxrt500" [lib] name = "mimxrt595_evk" path = "src/lib.rs" [[bin]] name = "bootstub-evk" path = "src/bin/bootstub-evk.rs" required-features = ["bootstub-standalone-bin"] [dependencies.mimxrt500-bootstub] version = "0.3.0" [dependencies.mimxrt500-hal] version = "0.6.0" features = ["mimxrt595s"] [dependencies.mimxrt595s] version = "0.5.0" [features] bootstub-standalone-bin = []