# 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 = "rucos-cortex-m" version = "0.1.1" authors = ["Ben Brown "] description = "A port of the RuCOS kernel to ARM Cortex-M" readme = "README.md" keywords = [ "rtos", "arm", "cortex-m", ] license = "BSD-3-Clause" repository = "https://github.com/bbrown1867/rucos-rs" [[test]] name = "template" harness = false [dependencies.cortex-m] version = "0.7" features = ["critical-section-single-core"] [dependencies.rucos] version = "0.1.1" [dev-dependencies.cortex-m-rt] version = "0.7.3" [dev-dependencies.defmt] version = "0.3" [dev-dependencies.defmt-rtt] version = "0.4" [dev-dependencies.defmt-test] version = "0.3" [dev-dependencies.panic-probe] version = "0.3" features = ["print-defmt"] [dev-dependencies.stm32f7xx-hal] version = "0.7.0" features = [ "rt", "stm32f767", ]