onionwire/Cargo.toml
Sirius DevOps 84b9c940cc
Add M0 Arti two-node onion byte-pipe test.
Two in-process TorClients host v3 onions, echo ping over Tor, keep the
same locator across restart, and still accept after DormantMode::Soft.
2026-09-10 01:18:28 -04:00

20 lines
633 B
TOML

[package]
name = "onionwire"
version = "0.1.0"
edition = "2024"
description = "Lean Tor messenger: Arti in-process, identity=pubkey, onion=locator. No XMPP."
license = "MIT"
publish = false
[dependencies]
arti-client = { version = "0.46", features = ["tokio", "onion-service-client", "onion-service-service"] }
futures = "0.3"
safelog = "0.9"
tokio = { version = "1", features = ["rt-multi-thread", "macros", "io-util", "time"] }
tor-cell = "0.46"
tor-hsservice = "0.46"
tor-rtcompat = { version = "0.46", features = ["tokio"] }
[dev-dependencies]
tempfile = "3"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }