{"id":70612,"library":"torut","title":"Torut","description":"Reasonable Tor controller written in Rust using Tokio for async communication.","status":"active","version":"0.2.1","language":"rust","source_language":null,"source_url":"https://github.com/teawithsand/torut","tags":["tor","async","tokio","controller","privacy"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\ntorut = \"0.2.1\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add torut","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"TorController","correct":"use torut::controller::TorController;"}],"quickstart":{"code":"use torut::controller::TorController;\n\n#[tokio::main]\nasync fn main() {\n    let mut controller = TorController::connect(\"127.0.0.1:9051\", None).await.unwrap();\n    controller.authenticate(\"password\").await.unwrap();\n}","lang":"rust","description":"Connect to a Tor control port and authenticate."},"warnings":[{"fix":"Ensure Tor is running and ControlPort is configured in torrc.","message":"Requires a running Tor daemon with control port enabled.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"search_vec":"'async':11,14 'communic':12 'control':4,16 'privaci':17 'reason':2 'rust':7 'tokio':9,15 'tor':3,13 'torut':1 'use':8 'written':5","created_at":"2026-06-17T18:17:00.220882+00:00","updated_at":"2026-06-17T18:17:00.220882+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/teawithsand/torut","github":"https://github.com/teawithsand/torut","docs":"https://docs.rs/torut/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking","async"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}