tor-experiments/Cargo.toml

16 lines
421 B
TOML
Raw Normal View History

2025-10-27 11:01:05 +03:00
[package]
name = "tor-experiments"
2025-10-28 09:24:30 +03:00
authors = ["M.A. Alghazwi."]
2025-10-27 11:01:05 +03:00
version = "0.1.0"
edition = "2024"
2025-10-28 09:24:30 +03:00
license = "MIT OR Apache-2.0"
keywords = ["tor", "privacy", "anonymity"]
2025-10-27 11:01:05 +03:00
[dependencies]
2025-10-28 09:24:30 +03:00
anyhow = "1.0.75"
arti-client = { version = "0.35", features = ["full"] }
arti-ureq = "0.35"
2025-10-28 13:47:50 +03:00
tor-rtcompat = "0.35"
2025-10-28 09:24:30 +03:00
tor-circmgr = "0.35"
tokio = { version = "1", features = ["rt-multi-thread", "macros", "io-util"] }
2025-10-28 13:47:50 +03:00
futures = "0.3.14"