# 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" rust-version = "1.71.1" name = "mimxrt685s-pac" version = "0.1.5" authors = ["Felipe Balbi "] build = "build.rs" exclude = ["svd/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "Peripheral Access Crate for MIMXRT685s devices" readme = "README.md" keywords = [ "rt6", "mimxrt", "mimxrt6", "no_std", "embedded", ] categories = [ "embedded", "no-std", ] license = "MIT" repository = "https://github.com/felipebalbi/mimxrt685s-pac" [lib] name = "mimxrt685s_pac" path = "src/lib.rs" [dependencies.cortex-m] version = "0.7.7" [dependencies.cortex-m-rt] version = "0.7.3" optional = true [dependencies.critical-section] version = "1.1.2" optional = true [dependencies.defmt] version = "0.3.8" optional = true [dependencies.vcell] version = "0.1.3" [features] debug = [] defmt = ["dep:defmt"] rt = ["cortex-m-rt/device"]