alcro 0.5.1

A library to create desktop apps using rust and modern web technologies
Documentation
[package]
name = "alcro"
version = "0.5.1"
authors = ["Srinivasa <m.srinivasa1234@gmail.com>"]
edition = "2018"
description = "A library to create desktop apps using rust and modern web technologies"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/Srinivasa314/alcro"

[dependencies]
serde = { version = "1.0.124", features = ["derive"] }
serde_json = "1.0.64"
crossbeam-channel = "0.5.0"
tinyfiledialogs = "3.3.10"
libc = "0.2.90"
serde_derive = "1.0.124"
dashmap = "4.0.2"
thiserror = "1.0.24"
tempfile = "3.2.0"

[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3.9", features = ["namedpipeapi" , "synchapi" , "handleapi" ] }
os_str_bytes = "3.0.0"

[dev-dependencies]
actix-web = "3.3.2"
actix-rt = "2.1.0"
rust-embed = "5.9.0"
mime_guess = "2.0.3"
futures = "0.3.13"
anyhow = "1.0.39"