# 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-dcd" version = "1.1.0" authors = ["summivox "] description = "Device Configuration Data (DCD) generator for i.MX RT1060 series firmware images" readme = "README.md" keywords = [ "arm", "cortex-m", "imxrt", "nxp", ] categories = [ "embedded", "hardware-support", ] license = "MIT" repository = "https://github.com/imxrt-rs/imxrt-dcd" [dependencies.itertools] version = "0.10" [dev-dependencies.imxrt-ral] version = "0.5.3" features = ["imxrt1062"] [features] default = ["ral"] ral = []