stun_codec 0.1.2

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

[badges]
travis-ci = {repository = "sile/stun_codec"}
codecov = {repository = "sile/stun_codec"}

[dependencies]
bytecodec = "0.4"
byteorder = "1"
crc = "1"
hmac-sha1 = "0.1"
md5 = "0.3"
trackable = "0.2"