# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "arti-tor-client" version = "0.0.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] description = "Library for connecting to the Tor network as an anonymous client" homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home" keywords = ["tor", "arti", "privacy", "anonymity", "networking"] categories = ["network-programming", "cryptography"] license = "MIT OR Apache-2.0" repository = "https://gitlab.torproject.org/tpo/core/arti.git/" resolver = "2" [dependencies.anyhow] version = "1.0.38" [dependencies.futures] version = "0.3.13" [dependencies.log] version = "0.4.14" [dependencies.thiserror] version = "1.0.24" [dependencies.tor-chanmgr] version = "0.0.0" [dependencies.tor-circmgr] version = "0.0.0" [dependencies.tor-dirmgr] version = "0.0.0" [dependencies.tor-proto] version = "0.0.0" [dependencies.tor-rtcompat] version = "0.0.0" default-features = false [features] async-std = ["tor-rtcompat/async-std"] default = ["tokio"] experimental-api = [] tokio = ["tor-rtcompat/tokio"]