Commit 0926eb04 authored by Ian Jackson's avatar Ian Jackson
Browse files

Stop building examples/gsoc2023/download-manager

parent 01dac27c
Loading
Loading
Loading
Loading
+0 −19
Original line number Diff line number Diff line
@@ -1471,25 +1471,6 @@ version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"

[[package]]
name = "download-manager"
version = "0.1.0"
dependencies = [
 "anyhow",
 "arti-client",
 "arti-hyper",
 "futures",
 "hyper 0.14.29",
 "sha2",
 "thiserror",
 "tls-api",
 "tls-api-native-tls",
 "tokio",
 "tor-rtcompat",
 "tracing",
 "tracing-subscriber",
]

[[package]]
name = "dsa"
version = "0.6.3"
+0 −1
Original line number Diff line number Diff line
@@ -67,7 +67,6 @@ members = [

    "examples/gsoc2023/connection-checker",
    "examples/gsoc2023/dns-resolver",
    "examples/gsoc2023/download-manager",
    "examples/gsoc2023/obfs4-checker",
    "examples/gsoc2023/pt-proxy",
    "examples/hyper/hyper-http-client-example",
+3 −0
Original line number Diff line number Diff line
# Arti Experiments

**WARNING This example is not maintained.**
It uses the obsolete and unmaintained `arti-hyper` crate.

This is a small repo to learn more about [Arti](https://gitlab.torproject.org/tpo/core/arti), the experimental implementation of the Tor protocol written in Rust.

Arti provides an API to integrate Tor network connectivity into other programs. Being written in Rust, Arti has the unique advantage of providing both a secure (memory-safe, type-safe etc) and anonymous interface to the clearnet and Deep Web for a variety of applications