# 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 = "artiqwest" version = "0.1.13" build = false autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple client for making http request over Tor with Arti." readme = "README.md" keywords = [ "tor", "http", "request", "client", "SOCKS", ] categories = [ "network-programming", "web-programming::http-client", ] license = "MIT" repository = "https://github.com/basic-automation/artiqwest" [lib] name = "artiqwest" path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.arti-client] version = "0.22" features = [ "full", "static", ] [dependencies.bytes] version = "1.7" [dependencies.futures-util] version = "0.3" features = [ "sink", "std", ] default-features = false [dependencies.http-body-util] version = "0.1" [dependencies.hyper] version = "1.4" features = ["full"] [dependencies.hyper-util] version = "0.1" features = ["full"] [dependencies.reqwest] version = "0.12" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.40" features = ["full"] [dependencies.tokio-native-tls] version = "0.3" [dependencies.tokio-tungstenite] version = "0.24" features = ["native-tls"] [dependencies.tor-rtcompat] version = "0.22" features = [ "tokio", "native-tls", ] [dependencies.tracing] version = "0.1" [dependencies.uuid] version = "1.11.0" features = [ "v4", "fast-rng", "macro-diagnostics", ] [dev-dependencies.tracing-subscriber] version = "0.3.18"