[package]
edition = "2024"
name = "teksilo-async"
version = "0.9.2"
authors = ["Cyril Jacquet <cyril.jacquet@ferntech.eu>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Optional main-thread async executor for Teksilo — spawn_local / spawn_blocking driven by the app event loop."
homepage = "https://teksilo.rs"
documentation = "https://docs.rs/teksilo-async"
readme = false
keywords = [
"async",
"executor",
"spawn-local",
"gui",
"futures",
]
categories = [
"asynchronous",
"gui",
]
license = "MPL-2.0"
repository = "https://github.com/FernTech-EU/teksilo.git"
[package.metadata.docs.rs]
all-features = true
[lib]
name = "teksilo_async"
path = "src/lib.rs"
[[test]]
name = "executor"
path = "tests/executor.rs"
[dependencies.async-channel]
version = "2"
[dependencies.teksilo-app]
version = "0.9.2"
[dependencies.teksilo-core]
version = "0.9.2"
[dependencies.thiserror]
version = "2"