async-pool 1.3.0

Statically allocated pool providing a std-like Box, with async functionality.
Documentation
# 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.3.0"
authors = ["Daniel Stuart <daniel.stuart14@gmail.com>"]
build = false
autolib = 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"

[features]
_enable_critical_section = ["portable-atomic/critical-section"]
default = []

[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.8.0"

[dependencies.portable-atomic]
version = "1.13.1"

[dependencies.stable_deref_trait]
version = "1.2.1"
default-features = false

[dev-dependencies.critical-section]
version = "1.2.0"
features = ["std"]

[dev-dependencies.embassy-executor]
version = "0.10.0"
features = [
    "platform-std",
    "executor-thread",
    "embassy-time-driver",
]

[dev-dependencies.embassy-futures]
version = "0.1.2"

[dev-dependencies.embassy-time]
version = "0.5.1"
features = ["std"]

[dev-dependencies.tokio]
version = "1"
features = ["full"]