[package] name = "tauri-async-handler" description = "A async handler for tauri" license = "MIT" documentation = "https://docs.rs/tauri-async-handler" repository = "https://github.com/spacemeowx2/tauri-async-handler" version = "0.4.0" authors = ["spacemeowx2 "] edition = "2018" [dependencies] serde = "1.0" serde_json = "1.0" serde_derive = "1.0" tauri = { version = "0.11", default-features = false } async-std = { version = "1.0", optional = true } futures-channel = "0.3" futures-util = "0.3" anyhow = "1.0" [features] default = ["async-std"] tokio02 = ["async-std/tokio02"]