teksilo-async-std 0.13.1

async-std reactor integration for Teksilo's main-thread async executor (teksilo-async).
Documentation
# SPDX-License-Identifier: MPL-2.0
# SPDX-FileCopyrightText: 2026 FernTech

[package]
name = "teksilo-async-std"
edition = "2024"
version.workspace = true
license.workspace = true
publish.workspace = true
authors.workspace = true
repository.workspace = true
homepage.workspace = true
description = "async-std reactor integration for Teksilo's main-thread async executor (teksilo-async)."
documentation = "https://docs.rs/teksilo-async-std"
keywords = ["async-std", "async", "reactor", "executor", "gui"]
categories = ["asynchronous"]

[dependencies]
teksilo-core = { workspace = true }
teksilo-app = { workspace = true }
teksilo-async = { workspace = true }
# Kept local — the runtime choice must not leak to other teksilo crates.
async-std = "1"

[package.metadata.docs.rs]
all-features = true