[package]
edition = "2024"
name = "teksilo-async-std"
version = "0.13.1"
authors = ["Cyril Jacquet <cyril.jacquet@ferntech.eu>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "async-std reactor integration for Teksilo's main-thread async executor (teksilo-async)."
homepage = "https://teksilo.rs"
documentation = "https://docs.rs/teksilo-async-std"
readme = false
keywords = [
"async-std",
"async",
"reactor",
"executor",
"gui",
]
categories = ["asynchronous"]
license = "MPL-2.0"
repository = "https://github.com/FernTech-EU/teksilo.git"
[package.metadata.docs.rs]
all-features = true
[lib]
name = "teksilo_async_std"
path = "src/lib.rs"
[[test]]
name = "async_std_reactor"
path = "tests/async_std_reactor.rs"
[dependencies.async-std]
version = "1"
[dependencies.teksilo-app]
version = "0.13.1"
[dependencies.teksilo-async]
version = "0.13.1"
[dependencies.teksilo-core]
version = "0.13.1"