import tor package

This commit is contained in:
Fabian Freund
2025-09-15 06:54:59 +02:00
parent b3be0b1d7c
commit 1018afc4ae
273 changed files with 18025 additions and 1 deletions
+28
View File
@@ -0,0 +1,28 @@
# SPDX-FileCopyrightText: 2024 Foundation Devices Inc.
#
# SPDX-License-Identifier: MIT
[package]
name = "tor"
version = "0.0.9"
authors = ["Igor Cota <igor@foundation.xyz>"]
edition = "2021"
[lib]
crate-type = ["cdylib", "staticlib"]
[dependencies]
lazy_static = "1.5"
tokio = { version = "1", features = ["full"] }
arti-client = { version = "0.34.0", features = ["static", "onion-service-client"] }
arti = { version = "1.5.0", features = ["experimental-api", "static"] }
tor-rtcompat = { version = "0.34.0", features = ["static"] }
tor-config = "0.34.0"
log = "0.4.28"
#android_log-sys = "0.3.1"
rlimit = "0.10.2"
anyhow = "1.0.99"
time = "0.3.43"
[build-dependencies]
cbindgen = "=0.24.3"