# 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 = "alkyn" version = "0.0.5" description = "An experimental OS for the RP2040" readme = "README.md" license = "MIT" repository = "https://github.com/th0mas/alkyn/" resolver = "2" [package.metadata.docs.rs] targets = ["thumbv6m-none-eabi"] [profile.dev] opt-level = 3 codegen-units = 1 debug = 2 debug-assertions = true overflow-checks = true incremental = false [dependencies.cortex-m] version = "0.7.3" features = ["inline-asm"] [dependencies.cortex-m-rt] version = "0.7.0" [dependencies.critical-section] version = "0.2.4" features = ["custom-impl"] [dependencies.defmt] version = "0.3.0" [dependencies.defmt-rtt] version = "0.3.0" [dependencies.embedded-hal] version = "0.2.5" features = ["unproven"] [dependencies.embedded-time] version = "0.12.0" [dependencies.linked_list_allocator] version = "0.8.11" features = ["const_mut_refs"] default-features = false [dependencies.panic-probe] version = "0.3.0" features = ["print-defmt"] [dependencies.rp2040-boot2] version = "0.2" [dependencies.rp2040-hal] version = "0.4" features = ["rt"]