# 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 = "Tor_Traffic_Router" version = "0.3.0" authors = ["Bader Alotaibi baderalotaibi3@gmail.com"] description = "A Rust crate to install, manage, and utilize Tor for privacy-enhanced requests." readme = "README.md" keywords = [ "tor", "privacy", "networking", ] categories = [ "network-programming", "web-programming", "cryptography", ] license = "MIT" repository = "https://github.com/BDR-Pro/TorTrafficRouter" [dependencies.reqwest] version = "0.11" features = ["socks"] [dependencies.sysinfo] version = "0.30.5" [dependencies.tokio] version = "1" features = ["full"] [dependencies.winapi] version = "0.3" features = ["shellapi"]