/ debian / control
control
 1  Source: arti
 2  Section: net
 3  Priority: optional
 4  Maintainer: NoisyCoil <noisycoil@tutanota.com>
 5  Build-Depends:
 6    debhelper-compat (= 13),
 7    rustc:native,
 8    cargo:native,
 9    libstd-rust-dev,
10    pkgconf,
11    ca-certificates,
12    libssl-dev,
13    libsqlite3-dev,
14  Standards-Version: 4.7.0
15  Homepage: https://arti.torproject.org/
16  Rules-Requires-Root: no
17  Vcs-Git: https://gitlab.torproject.org/tpo/core/arti.git
18  Vcs-Browser: https://gitlab.torproject.org/tpo/core/arti
19  
20  Package: arti
21  Architecture: any
22  Multi-Arch: foreign
23  Depends: ${misc:Depends}, ${shlibs:Depends}
24  Description: Tor client written in Rust
25   Arti is a minimal command line program for connecting to the
26   Tor network. Currently it can run as a simple SOCKS proxy. 
27   .
28   You can direct programs to connect via the SOCKS port, and
29   their connections will be anonymized via Tor.