ddmw-client 0.2.1

Utility functions for DDMW client application/proxy integrations
Documentation
[package]
name = "ddmw-client"
version = "0.2.1"
authors = ["Jan Danielsson <jan.danielsson@fibersystem.com>"]
#edition = "2018"
edition = "2021"
license = "0BSD"
keywords = [ "ddmw" ]
repository = "https://repos.qrnch.tech/pub/ddmw-client"
description = "Utility functions for DDMW client application/proxy integrations"
exclude = [ ".efiles", ".fossil-settings", ".fslckout", "ddmwapp.toml", "examples", "rustfmt.toml" ]

[dependencies]
async-trait = { version = "0.1" }
blather = { version = "0.8" }
bytes = { version = "1" }
figment = { version = "0.10", features = ["toml"] }
futures = { version = "0.3" }
killswitch = { version = "0.2" }
num = { version = "0.4" }
protwrap = { version = "0.1.1", features = ["tokio"] }
serde = { version = "1", features = ["derive"] }
tokio = { version = "1", features = ["fs", "io-util", "macros", "net"] }
tokio-stream = { version = "0.1" }
tokio-util = { version= "0.6" }

[target.'cfg(windows)'.dependencies]
winreg = { version = "0.10" }

[dev-dependencies]
async-trait = { version = "0.1" }
tokio = { version = "1", features = ["rt-multi-thread"] }