turn-types 0.1.0

TURN parsing and writing
Documentation
[dependencies.byteorder]
version = "1"

[dependencies.rand]
version = "0.9"

[dependencies.stun-types]
version = "0.4.1"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.tracing-subscriber]
version = "0.3"

[lib]
name = "turn_types"
path = "src/lib.rs"

[package]
authors = ["Matthew Waters <matthew@centricular.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming"]
description = "TURN parsing and writing"
documentation = "https://docs.rs/turn-types"
edition = "2021"
keywords = ["TURN"]
license = "MIT OR Apache-2.0"
name = "turn-types"
readme = "README.md"
repository = "https://github.com/ystreet/turn-proto"
rust-version = "1.70.0"
version = "0.1.0"