aimdb-executor 0.2.0

Pure async executor trait definitions for AimDB - runtime-agnostic abstractions
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 = "aimdb-executor"
version = "0.2.0"
authors = ["AimDB Team <team@aimdb.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure async executor trait definitions for AimDB - runtime-agnostic abstractions"
homepage = "https://aimdb.dev"
readme = "README.md"
keywords = [
    "async",
    "executor",
    "runtime",
    "traits",
    "no_std",
]
categories = [
    "asynchronous",
    "embedded",
    "no-std",
]
license = "Apache-2.0"
repository = "https://github.com/aimdb-dev/aimdb"

[features]
default = ["std"]
embassy-types = ["embassy-executor"]
std = ["thiserror"]
tokio-types = [
    "tokio",
    "std",
]

[lib]
name = "aimdb_executor"
path = "src/lib.rs"

[dependencies.embassy-executor]
version = "0.10.0"
features = [
    "platform-cortex-m",
    "executor-thread",
    "defmt",
]
optional = true

[dependencies.thiserror]
version = "2.0.16"
optional = true

[dependencies.tokio]
version = "1.47.1"
features = [
    "macros",
    "rt-multi-thread",
]
optional = true
default-features = false

[dev-dependencies.tokio]
version = "1.47.1"
features = [
    "macros",
    "rt-multi-thread",
    "macros",
    "rt",
]
default-features = false