jokolink 0.1.10

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.10"
authors = ["coderedart <redartofcode@gmail.com>"]
edition = "2018"


[dependencies]
num-derive = "0.3.3"
num-traits = "0.2.14"
serde = {version = "1.0", features = ["derive"]}
serde_json = "1.0.64"

[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3.9", features = ["std","winbase", "handleapi", "minwinbase", "ntdef", "winnt", "memoryapi", "winerror", "errhandlingapi", "winuser", "windef"] }