summaryrefslogtreecommitdiff
path: root/crates/tor-basic-utils/Cargo.toml
blob: b36227cb5830af4577b51ad80fcc58480260b803 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "tor-basic-utils"
version = "0.3.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.56"
license = "MIT OR Apache-2.0"
homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home"
description = "General helpers used by Tor"
keywords = ["tor", "arti"]
# We must put *something* here and this will do
categories = ["rust-patterns"]
repository = "https://gitlab.torproject.org/tpo/core/arti.git/"

[dependencies]
rand = "0.8"

[dev-dependencies]
derive_more = "0.99"
educe = "0.4.6"