[dependencies.log]
version = "0.4"
[dependencies.qbase]
version = "0.0.1"
[dependencies.qrecovery]
version = "0.0.1"
[dependencies.rand]
version = "0.8"
[lib]
name = "qcongestion"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "asynchronous"]
description = "Congestion control in QUIC, a part of gm-quic"
edition = "2021"
keywords = ["async", "quic", "http3"]
license = "GPL-3.0"
name = "qcongestion"
readme = "README.md"
repository = "https://github.com/genmeta/gm-quic"
version = "0.0.1"