reliable 1.3.4

A simple packet acknowledgement system for UDP-based protocols
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 = "2024"
rust-version = "1.88"
name = "reliable"
version = "1.3.4"
authors = ["Glenn Fiedler <glenn@mas-bandwidth.com>"]
build = false
exclude = [
    ".github/",
    "fuzz/",
    "wire-compat/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple packet acknowledgement system for UDP-based protocols"
documentation = "https://docs.rs/reliable"
readme = "README.md"
keywords = [
    "networking",
    "udp",
    "gamedev",
    "acks",
    "protocol",
]
categories = [
    "network-programming",
    "game-development",
]
license = "BSD-3-Clause"
repository = "https://github.com/mas-bandwidth/reliable.rs"

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

[[example]]
name = "example"
path = "examples/example.rs"

[[example]]
name = "fuzz"
path = "examples/fuzz.rs"

[[example]]
name = "soak"
path = "examples/soak.rs"

[[example]]
name = "stats"
path = "examples/stats.rs"

[[test]]
name = "fuzz"
path = "tests/fuzz.rs"

[[test]]
name = "soak"
path = "tests/soak.rs"

[dependencies.log]
version = "0.4"