atm0s-sdn-transport-udp 0.1.7

UDP Transport in atm0s-sdn
Documentation
[package]
name = "atm0s-sdn-transport-udp"
version = "0.1.7"
edition = "2021"
description = "UDP Transport in atm0s-sdn"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
atm0s-sdn-network = { path = "../../network", version = "0.3.1" }
atm0s-sdn-identity = { path = "../../core/identity", version = "0.2.0" }
atm0s-sdn-utils = { path = "../../core/utils", version = "0.1.1" }
async-trait = { workspace = true }
parking_lot = { workspace = true }
async-std = { workspace = true }
log = { workspace = true }
bincode = { workspace = true }
serde = { workspace = true }
futures-util = "0.3"
async-notify = { workspace = true }
socket2 = "0.5.5"
local-ip-address = "0.5.7"
snow = "0.9.6"