summaryrefslogtreecommitdiff
path: root/crates/tor-congestion/Cargo.toml
blob: e95be09379e94521d33f83c873048939e8875056 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "tor-congestion"
version = "0.18.0"
edition = "2021"
authors = ["The Tor Project, Inc.", "eta <[email protected]>"]
rust-version = "1.77"
license = "MIT OR Apache-2.0"
homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home"
description = "Implementations of Tor network congestion control algorithms"
keywords = ["tor", "arti", "async"]
categories = ["network-programming"]
repository = "https://gitlab.torproject.org/tpo/core/arti.git/"

# TODO: We're temporarily publishing this crate one last time, and should remove the crate after the next release.
# See https://gitlab.torproject.org/tpo/core/arti/-/issues/1864.
publish = true

[dependencies]

[features]
full = []