[dependencies.crossbeam-queue]
default-features = false
features = ["alloc"]
version = "0.3.12"
[dependencies.x86_64]
optional = true
version = "0.15.2"
[lib]
name = "exo_task"
path = "src/lib.rs"
[package]
authors = ["Samuel Hulme <https://github.com/ajh123>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "no-std", "embedded"]
description = "A lightweight async task executor for bare metal (or any) systems"
documentation = "https://docs.rs/exo_task"
edition = "2021"
keywords = ["async", "executor", "no_std", "embedded", "bare-metal"]
license = "MIT OR Apache-2.0"
name = "exo_task"
readme = "README.md"
repository = "https://github.com/gtmos-os/exo_task"
rust-version = "1.86.0"
version = "0.1.1"