# 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 = "edge-executor" version = "0.4.1" authors = ["Ivan Markov "] description = "Async executor suitable for embedded environments." readme = "README.md" keywords = [ "embedded", "async", "executor", ] categories = [ "embedded", "hardware-support", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ivmarkov/edge-executor" [dependencies.async-task] version = "4.4.5" default-features = false [dependencies.atomic-waker] version = "1" default-features = false [dependencies.crossbeam-queue] version = "0.3" features = ["alloc"] default-features = false [dependencies.futures-lite] version = "1" default-features = false [dependencies.heapless] version = "0.8" optional = true default-features = false [dependencies.once_cell] version = "1.18" default-features = false [dependencies.portable-atomic] version = "1.4" optional = true [dependencies.portable-atomic-util] version = "0.1" features = ["alloc"] optional = true default-features = false [dev-dependencies.async-channel] version = "1.4.1" [dev-dependencies.async-io] version = "1.1.9" [dev-dependencies.criterion] version = "0.4.0" features = ["cargo_bench_support"] default-features = false [dev-dependencies.easy-parallel] version = "3.1.0" [dev-dependencies.fastrand] version = "2.0.0" [dev-dependencies.once_cell] version = "1.18.0" [features] critical-section = [ "once_cell/critical-section", "portable-atomic?/critical-section", ] default = ["std"] portable-atomic = [ "heapless", "dep:portable-atomic", "portable-atomic-util", "heapless?/portable-atomic", "atomic-waker/portable-atomic", "async-task/portable-atomic", ] std = [ "futures-lite/std", "once_cell/std", ] unbounded = []