# 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 = "cortex-m-asyncrt" version = "0.1.0" exclude = [".zed"] description = "A minimal async runtime for Cortex-M devices." homepage = "https://github.com/RationalAsh/cortex-m-asyncrt" readme = "README.md" keywords = [ "cortex-m", "async", "runtime", "embedded", "no_std", ] categories = [ "embedded", "no-std", "asynchronous", ] license = "MIT" repository = "https://github.com/RationalAsh/cortex-m-asyncrt" [dependencies.conquer-once] version = "0.4.0" default-features = false [dependencies.cortex-m] version = "0.7.7" features = ["critical-section-single-core"] [dependencies.cortex-m-rt] version = "0.7.3" [dependencies.crossbeam-queue] version = "0.3.11" features = ["alloc"] default-features = false [dependencies.embedded-alloc] version = "0.6.0" [dependencies.fugit] version = "0.3" [dependencies.panic-halt] version = "0.2.0"