# 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-pac" version = "0.3.0" authors = ["Gerard Marull-Paretas "] build = "build.rs" include = [ "src/*", "build.rs", "device.x", "Cargo.toml", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Peripheral Access Crate (PAC) 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-pac" [lib] name = "pac55xx_pac" path = "src/lib.rs" [dependencies.cortex-m] version = "0.7.7" [dependencies.cortex-m-rt] version = ">=0.6.15,<0.8" optional = true [features] rt = ["cortex-m-rt/device"]