# 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" rust-version = "1.65" name = "arti-bench" version = "0.8.6" authors = [ "The Tor Project, Inc.", "eta ", ] description = "A simple benchmarking utility for Arti." homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home" readme = "README.md" keywords = [ "tor", "arti", ] categories = ["asynchronous"] license = "MIT OR Apache-2.0" repository = "https://gitlab.torproject.org/tpo/core/arti.git/" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.anyhow] version = "1.0.23" [dependencies.arti] version = "1.1.6" [dependencies.arti-client] version = "0.9.2" package = "arti-client" [dependencies.clap] version = "3.2.20" [dependencies.float-ord] version = "0.3" [dependencies.fs-mistrust] version = "0.7.1" [dependencies.futures] version = "0.3.14" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0.103" features = ["derive"] [dependencies.serde_json] version = "1.0.50" [dependencies.tokio] version = "1.7" features = ["full"] [dependencies.tokio-socks] version = "0.5" [dependencies.tor-config] version = "0.9.2" [dependencies.tor-rtcompat] version = "0.9.1" features = [ "tokio", "native-tls", ] [dependencies.tracing] version = "0.1.36" [dependencies.tracing-subscriber] version = "0.3.0" features = ["env-filter"] [features] full = [ "arti/full", "arti-client/full", "fs-mistrust/full", "tor-config/full", "tor-rtcompat/full", ]