# 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 = "rp-pac" version = "6.0.0" description = "Peripheral Access Crate (PAC) for Raspberry Pi Silicon chips." readme = "README.md" license = "BSD-3-Clause" repository = "https://github.com/embassy-rs/rp-pac" [package.metadata.embassy_docs] features = [] src_base = "https://github.com/embassy-rs/rp-pac/blob/v$VERSION/src/" src_base_git = "https://github.com/embassy-rs/rp-pac/blob/$COMMIT/src/" target = "x86_64-unknown-linux-gnu" [dependencies.cortex-m] version = "0.7.1" [dependencies.cortex-m-rt] version = ">=0.6.15,<0.8" optional = true [features] rt = ["cortex-m-rt/device"]