# 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 = "embedded-threads" version = "0.1.0" include = [ "src/**/*", "LICENSE", "README.md", ] description = "generic embedded scheduler & IPC" readme = "README.md" license = "Apache-2.0" [dependencies.cortex-m] version = "0.7.7" [dependencies.cortex-m-rt] version = "0.7.2" [dependencies.cortex-m-semihosting] version = "0.5.0" [dependencies.panic-semihosting] version = "0.6.0" features = ["exit"] [dependencies.riot-rs-runqueue] version = "0.1.*"