# 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 = "pac55xx-hal" version = "0.1.0" authors = ["Gerard Marull-Paretas "] build = false include = [ "src/*", "memory.x", "Cargo.toml", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Hardware Abstraction Layer (HAL) for PAC55XX" readme = "README.md" keywords = [ "embedded", "no_std", "qorvo", "pac55xx", ] categories = [ "embedded", "no-std", ] license = "MIT/Apache-2.0" repository = "https://github.com/teslabs/pac55xx-hal" [package.metadata.docs.rs] targets = ["thumbv7em-none-eabihf"] [lib] name = "pac55xx_hal" path = "src/lib.rs" [dependencies.cortex-m] version = "0.7.7" features = ["critical-section-single-core"] [dependencies.cortex-m-rt] version = "0.7.3" [dependencies.critical-section] version = "1.1.3" [dependencies.embedded-hal] version = "1.0.0" optional = true [dependencies.pac55xx-pac] version = "0.3.0" features = ["rt"]