# 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 = "rp2040-multicore-per-cpu" version = "0.1.4" authors = ["Jeremy Fitzhardinge "] include = [ "/src", "/examples", "/memory.x", ] description = "Enable use of per-core static variables on rp2040" documentation = "https://docs.rs/rp2040-multicore-per-cpu/latest/rp2040_multicore_per_cpu/" readme = "README.md" keywords = [ "embedded", "no-std", "rp2040", "multicore", "concurrency", ] categories = [ "embedded", "no-std", "concurrency", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jsgf/rp2040-multicore-per-cpu" [dependencies.cortex-m-rt] version = "0.7" [dev-dependencies.cortex-m] version = "0.7" [dev-dependencies.critical-section] version = "1" [dev-dependencies.embedded-hal] version = "1.0" [dev-dependencies.panic-halt] version = "0.2" [dev-dependencies.rp2040-boot2] version = "0.3" [dev-dependencies.rp2040-hal] version = "0.10" features = ["critical-section-impl"]