stunparse 0.0.1

A no_std zero-copy parser/codec for the STUN (RFC 8489) protocol.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "stunparse"
version = "0.0.1"
authors = ["Ronen Ulanovsky <ronen.ulanovsky.5@gmail.com>"]
description = "A no_std zero-copy parser/codec for the STUN (RFC 8489) protocol."
documentation = "https://docs.rs/stunparse"
readme = "README.md"
keywords = [
    "stun",
    "ice",
    "turn",
    "codec",
    "parser",
]
categories = [
    "network-programming",
    "no-std",
    "parser-implementations",
]
license = "MIT/Apache-2.0"
repository = "https://github.com/zRedShift/stunparse"

[dependencies]