bbr 0.1.0

Zero dependency implementation of the BBR congestion control algorithm
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"
name = "bbr"
version = "0.1.0"
authors = ["Azz <zk2u@pm.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Zero dependency implementation of the BBR congestion control algorithm"
readme = false
license = "Apache-2.0"
repository = "https://github.com/zk2u/hardlight"

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

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

[dependencies]

[dev-dependencies.core_affinity]
version = "0.8"

[dev-dependencies.kanal]
version = "0.1"

[dev-dependencies.rand]
version = "0.9.1"