jokolink 0.1.25

A crate to extract info from Guild Wars 2 MumbleLink and share it via sockets
Documentation
[package]
name = "jokolink"
description = "A crate to extract info from Guild Wars 2 MumbleLink and share it via sockets"
license = "MIT"
repository = "https://github.com/coderedart/jokolink.git"
version = "0.1.25"
authors = ["coderedart <redartofcode@gmail.com>"]
edition = "2018"


[dependencies]
anyhow = "1.0.41"
num-derive = "0.3.3"
num-traits = "0.2.14"
serde = {version = "1.0", features = ["derive"]}
serde_json = "1.0.64"
widestring = "0.4.3"
winapi = { version = "0.3.9", features = ["std","winbase", "handleapi", "minwinbase", "ntdef", "winnt", "memoryapi", "winerror", "errhandlingapi", "winuser", "windef"] }
bytemuck = "1.7.0"
parking_lot = "0.11.1"
log = "0.4.14"
simplelog = "0.10.0"
clap = {version = "2", features = ["default", "yaml"] }
tokio = { version = "1.7.1", features = ["macros", "rt-multi-thread"], optional = true }
tonic = {version="0.4.3"}
prost = {version = "0.7"}

[build-dependencies]
tonic-build =  "0.4.2"

[features]
default = []
async = ["tokio"]