stun-client 0.1.4

This is a simple async_std based asynchronous STUN client library.
Documentation
[dependencies.async-macros]
version = "2.0.0"

[dependencies.async-std]
version = "1.9.0"

[dependencies.futures]
version = "0.3.14"

[dependencies.pnet]
version = "0.33"

[dependencies.rand]
version = "0.8.3"

[dependencies.thiserror]
version = "1.0.24"
[dev-dependencies.anyhow]
version = "1.0.40"

[dev-dependencies.futures-util]
version = "0.3.14"

[dev-dependencies.redis]
features = ["async-std-comp"]
version = "0.20.0"

[package]
authors = ["yoshd <yoshd.develop@gmail.com>"]
categories = ["asynchronous", "network-programming"]
description = "This is a simple async_std based asynchronous STUN client library."
documentation = "https://docs.rs/stun-client/"
edition = "2018"
keywords = ["stun", "nat", "p2p", "udp"]
license = "MIT"
name = "stun-client"
readme = "README.md"
repository = "https://github.com/yoshd/stun-client.git"
version = "0.1.4"