# 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" rust-version = "1.69" name = "lilos" version = "1.3.0" authors = ["Cliff L. Biffle "] description = "A tiny embedded OS based around Futures and async." readme = "README.mkdn" keywords = [ "async", "embedded", "os", ] categories = [ "embedded", "no-std", ] license = "MPL-2.0" repository = "https://github.com/cbiffle/lilos" [package.metadata.docs.rs] all-features = true default-target = "thumbv7em-none-eabihf" [lib] test = false bench = false [dependencies.cfg-if] version = "1.0.0" [dependencies.cortex-m] version = "0.7.4" features = [ "inline-asm", "critical-section-single-core", ] [dependencies.cortex-m-rt] version = "0.7.1" [dependencies.lilos-list] version = "0.1.0" [dependencies.pin-project] version = "1.1.5" [dependencies.portable-atomic] version = "1.6.0" features = [ "fallback", "critical-section", ] default-features = false [features] default = [ "mutex", "spsc", "systick", ] mutex = [] spsc = [] systick = []