torproject 0.1.0

Tor Project for Rust
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "torproject"
version = "0.1.0"
authors = ["Leo Borai <estebanborai@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tor Project for Rust"
homepage = "https://github.com/EstebanBorai/torproject"
readme = "README.md"
keywords = [
    "tor",
    "torproject",
    "downloader",
    "api",
]
categories = [
    "web-programming",
    "network-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/EstebanBorai/torproject"

[lib]
name = "torproject"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.dirs]
version = "6.0"

[dependencies.flate2]
version = "1.1"

[dependencies.nix]
version = "0.31"
features = ["signal"]
default-features = false

[dependencies.reqwest]
version = "0.13"
features = ["socks"]

[dependencies.scraper]
version = "0.27"

[dependencies.semver]
version = "1.0"

[dependencies.tar]
version = "0.4"

[dependencies.tokio]
version = "1.52"
features = ["full"]

[dependencies.tracing]
version = "0.1"