# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "imxrt1062-hal" version = "0.2.1" authors = ["Ian McIntyre "] description = "Hardware abstraction layer (HAL) for the iMXRT1062 family of processors.\n\nThis crate is deprecated, and users should favor the hardware abstraction layer provided by the\n[imxrt-rs](https://github.com/imxrt-rs/imxrt-rs) project.\n\nFormerly part of the teensy4-rs project.\n" keywords = ["arm", "cortex-m", "embedded-hal"] categories = ["embedded", "hardware-support", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/mciantyre/teensy4-rs" [lib] test = false bench = false [dependencies.bitflags] version = "1.2.1" [dependencies.cortex-m] version = "0.6.1" [dependencies.embedded-hal] version = "0.2.3" [dependencies.imxrt1062-pac] version = "0.2.1" [dependencies.log] version = "0.4.8" [dependencies.nb] version = "0.1.2" [dependencies.void] version = "1.0.2" default-features = false [features] default = ["embedded-hal/unproven"]