[package]
edition = "2024"
name = "artwrap"
version = "0.3.3"
authors = ["Martin Kolařík <martin.kolarik@smartcontrol.cz>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Minimal asynchronous smol/wasm wrapper for unified accessing selected primitives."
homepage = "https://github.com/martin-kolarik/artwrap"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/martin-kolarik/artwrap"
[lib]
name = "artwrap"
path = "src/lib.rs"
[dependencies.async-channel]
version = "^2.5"
[dependencies.pin-project-lite]
version = "^0.2"
[target.'cfg(not(target_os = "unknown"))'.dependencies.async-executor]
version = "^1.14"
[target.'cfg(not(target_os = "unknown"))'.dependencies.async-io]
version = "^2.5"
[target.'cfg(not(target_os = "unknown"))'.dependencies.blocking]
version = "^1.6"
[target.'cfg(not(target_os = "unknown"))'.dependencies.dashmap]
version = "^6.1"
[target.'cfg(not(target_os = "unknown"))'.dependencies.event-listener]
version = "^5.4"
[target.'cfg(target_arch = "wasm32")'.dependencies.gloo-timers]
version = "^0.4"
features = ["futures"]
[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen-futures]
version = "^0.4"