stun_codec 0.3.5

Encoders and decoders for STUN (RFC 5389) and its extensions
Documentation
[badges.coveralls]
repository = "sile/stun_codec"
[dependencies.bytecodec]
version = "0.4"

[dependencies.byteorder]
version = "1"

[dependencies.crc]
version = "3"

[dependencies.hmac]
version = "0.12.1"

[dependencies.md5]
version = "0.7"

[dependencies.sha1]
version = "0.10.6"

[dependencies.trackable]
version = "1"

[package]
authors = ["Takeru Ohta <phjgt308@gmail.com>"]
categories = ["encoding"]
description = "Encoders and decoders for STUN (RFC 5389) and its extensions"
edition = "2021"
homepage = "https://github.com/sile/stun_codec"
keywords = ["STUN"]
license = "MIT"
name = "stun_codec"
readme = "README.md"
repository = "https://github.com/sile/stun_codec"
version = "0.3.5"