# 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 = "async-pool" version = "1.2.0" authors = ["Daniel Stuart "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Statically allocated pool providing a std-like Box, with async functionality." readme = "README.md" categories = [ "embedded", "no-std", "concurrency", "memory-management", ] license = "MIT OR Apache-2.0" repository = "https://github.com/danielstuart14/async-pool" [lib] name = "async_pool" path = "src/lib.rs" [[example]] name = "embassy" path = "examples/embassy.rs" [[example]] name = "simple" path = "examples/simple.rs" [[example]] name = "tokio" path = "examples/tokio.rs" [dependencies.as-slice-01] version = "0.1.5" package = "as-slice" [dependencies.as-slice-02] version = "0.2.1" package = "as-slice" [dependencies.embassy-sync] version = "0.6.0" [dependencies.portable-atomic] version = "1.7.0" features = ["critical-section"] [dependencies.stable_deref_trait] version = "1.2.0" default-features = false [dev-dependencies.critical-section] version = "1.1" features = ["std"] [dev-dependencies.embassy-executor] version = "0.6.0" features = [ "arch-std", "executor-thread", "integrated-timers", "task-arena-size-32768", ] [dev-dependencies.embassy-futures] version = "0.1.1" [dev-dependencies.embassy-time] version = "0.3.2" features = ["std"] [dev-dependencies.tokio] version = "1" features = ["full"] [features] default = []