# 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.77" name = "tor-rpc-connect" version = "0.25.0" authors = ["The Tor Project, Inc."] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Common implementation logic for Arti RPC Connect points" homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home" readme = "README.md" keywords = [ "tor", "arti", "rpc", ] categories = ["asynchronous"] license = "MIT OR Apache-2.0" repository = "https://gitlab.torproject.org/tpo/core/arti.git/" [lib] name = "tor_rpc_connect" path = "src/lib.rs" [dependencies.derive_more] version = "1.0.0" features = ["full"] [dependencies.fs-mistrust] version = "0.8.2" [dependencies.rand] version = "0.8" optional = true [dependencies.safelog] version = "0.4.2" [dependencies.serde] version = "1.0.103" features = ["derive"] [dependencies.serde_with] version = "3.0.0" [dependencies.thiserror] version = "2" [dependencies.toml] version = "0.8.8" [dependencies.tor-basic-utils] version = "0.25.0" [dependencies.tor-config-path] version = "0.25.0" features = ["address"] [dependencies.tor-general-addr] version = "0.25.0" [dependencies.tor-rtcompat] version = "0.25.0" optional = true [dependencies.tracing] version = "0.1.36" [dependencies.zeroize] version = "1" [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.tempfile] version = "3.10" [features] default = [] full = [ "rpc-client", "rpc-server", "fs-mistrust/full", "safelog/full", "tor-basic-utils/full", "tor-config-path/full", "tor-general-addr/full", "tor-rtcompat?/full", ] rpc-client = [] rpc-server = [ "rand", "tor-rtcompat", ]