[package]
edition = "2024"
name = "teksilo-async"
version = "0.9.0"
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."
readme = false
license = "MPL-2.0"
repository = "https://github.com/ferntech-eu/teksilo"
[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.0"
[dependencies.teksilo-core]
version = "0.9.0"
[dependencies.thiserror]
version = "2"