# 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-bootstub" version = "0.3.0" description = "Built-in bootstub code for NXP i.MX RT595 Evaluation Kit" license = "MIT" repository = "https://github.com/apparentlymart/rust-mimxrt500" [package.metadata.docs.rs] no-default-features = true [lib] name = "mimxrt595_evk_bootstub" path = "src/lib.rs" [dependencies.mimxrt500-bootstub] version = "0.3.0" [dependencies.mimxrt595-evk] version = "0.5.0" [features] bootstub = [] default = ["bootstub"]