# 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 = "imxrt-boot-gen" version = "0.3.3" authors = ["Ian McIntyre "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = """ Generate data structures for booting iMXRT processors. """ readme = "README.md" keywords = [ "arm", "cortex-m", "imxrt", "nxp", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/imxrt-rs/imxrt-boot-gen" [package.metadata.docs.rs] default-target = "thumbv7em-none-eabihf" features = ["imxrt1060"] [lib] name = "imxrt_boot_gen" path = "src/lib.rs" [[test]] name = "imxrt1010" path = "tests/imxrt1010.rs" [[test]] name = "imxrt1020" path = "tests/imxrt1020.rs" [[test]] name = "imxrt1020-evk" path = "tests/imxrt1020-evk.rs" [[test]] name = "imxrt1050" path = "tests/imxrt1050.rs" [[test]] name = "imxrt1060" path = "tests/imxrt1060.rs" [[test]] name = "imxrt1170" path = "tests/imxrt1170.rs" [[test]] name = "imxrt1180" path = "tests/imxrt1180.rs" [[test]] name = "teensy4" path = "tests/teensy4.rs" [features] imxrt1010 = [] imxrt1020 = [] imxrt1050 = [] imxrt1060 = [] imxrt1064 = [] imxrt1170 = [] imxrt1180 = []