# 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 = "rp235x-pac" version = "0.1.0" authors = ["The rp-rs Developers"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A Peripheral Access Crate for the Raspberry Pi RP235x microcontrollers" homepage = "https://github.com/rp-rs/rp235x-pac" readme = "README.md" license = "BSD-3-Clause" repository = "https://github.com/rp-rs/rp235x-pac" [package.metadata.cargo-udeps.ignore] normal = ["cortex-m-rt"] [package.metadata.docs.rs] features = ["rt"] targets = [ "thumbv8m.main-none-eabihf", "riscv32imac-unknown-none-elf", ] [lib] name = "rp235x_pac" path = "src/lib.rs" [dependencies.critical-section] version = "1.0.0" optional = true [dependencies.vcell] version = "0.1.3" [features] rt = [ "cortex-m-rt", "cortex-m-rt/device", ] [target."thumbv8m.main-none-eabihf".dependencies.cortex-m] version = "0.7.3" [target."thumbv8m.main-none-eabihf".dependencies.cortex-m-rt] version = ">=0.6.15,<0.8" optional = true