# 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-hsclient" version = "0.24.0" authors = [ "The Tor Project, Inc.", "Nick Mathewson ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Arti's implementation of an onion service client" homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home" readme = "README.md" keywords = [ "tor", "arti", "cryptography", ] categories = ["cryptography"] license = "MIT OR Apache-2.0" repository = "https://gitlab.torproject.org/tpo/core/arti.git/" [lib] name = "tor_hsclient" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.54" [dependencies.derive-deftly] version = "0.14" [dependencies.derive_more] version = "1.0.0" features = ["full"] [dependencies.educe] version = "0.4.6" [dependencies.either] version = "1" [dependencies.futures] version = "0.3.14" [dependencies.itertools] version = "0.13.0" [dependencies.oneshot-fused-workaround] version = "0.2.0" [dependencies.postage] version = "0.5.0" features = ["futures-traits"] default-features = false [dependencies.rand] version = "0.8" [dependencies.retry-error] version = "0.6.0" [dependencies.safelog] version = "0.4.1" [dependencies.slotmap-careful] version = "0.2.1" [dependencies.strum] version = "0.26.3" features = ["derive"] [dependencies.thiserror] version = "1" [dependencies.tor-async-utils] version = "0.24.0" [dependencies.tor-basic-utils] version = "0.24.0" [dependencies.tor-bytes] version = "0.24.0" [dependencies.tor-cell] version = "0.24.0" features = ["hs"] [dependencies.tor-checkable] version = "0.24.0" [dependencies.tor-circmgr] version = "0.24.0" features = ["hs-client"] [dependencies.tor-config] version = "0.24.0" [dependencies.tor-dirclient] version = "0.24.0" features = ["hs-client"] default-features = false [dependencies.tor-error] version = "0.24.0" features = ["tracing"] [dependencies.tor-hscrypto] version = "0.24.0" [dependencies.tor-keymgr] version = "0.24.0" default-features = false [dependencies.tor-linkspec] version = "0.24.0" features = [ "decode", "verbatim", ] [dependencies.tor-llcrypto] version = "0.24.0" [dependencies.tor-memquota] version = "0.24.0" default-features = false [dependencies.tor-netdir] version = "0.24.0" features = ["hs-client"] [dependencies.tor-netdoc] version = "0.24.0" features = ["hs-client"] [dependencies.tor-persist] version = "0.24.0" [dependencies.tor-proto] version = "0.24.0" features = [ "hs-client", "send-control-msg", ] [dependencies.tor-rtcompat] version = "0.24.0" [dependencies.tracing] version = "0.1.36" [dev-dependencies.humantime] version = "2" [dev-dependencies.tokio-crate] version = "1.7" features = ["full"] package = "tokio" [dev-dependencies.tor-async-utils] version = "0.24.0" [dev-dependencies.tor-basic-utils] version = "0.24.0" [dev-dependencies.tor-chanmgr] version = "0.24.0" [dev-dependencies.tor-circmgr] version = "0.24.0" features = [ "hs-client", "testing", ] [dev-dependencies.tor-guardmgr] version = "0.24.0" features = ["testing"] [dev-dependencies.tor-netdir] version = "0.24.0" features = ["testing"] [dev-dependencies.tor-netdoc] version = "0.24.0" features = ["testing"] [dev-dependencies.tor-persist] version = "0.24.0" features = ["testing"] [dev-dependencies.tor-rtcompat] version = "0.24.0" features = [ "tokio", "native-tls", ] [dev-dependencies.tor-rtmock] version = "0.24.0" [dev-dependencies.tracing-test] version = "0.2.4" [features] __is_experimental = [] default = [] experimental = [ "keymgr", "pow-full", "pow-v1", ] full = [ "retry-error/full", "safelog/full", "tor-checkable/full", "tor-circmgr/full", "tor-config/full", "tor-dirclient/full", "tor-error/full", "tor-hscrypto/full", "tor-linkspec/full", "tor-llcrypto/full", "tor-netdir/full", "tor-netdoc/full", "tor-proto/full", "tor-rtcompat/full", "tor-basic-utils/full", "tor-bytes/full", "tor-cell/full", "tor-keymgr/full", "tor-async-utils/full", "tor-persist/full", "oneshot-fused-workaround/full", "slotmap-careful/full", "tor-memquota/full", ] keymgr = [ "tor-keymgr/keymgr", "__is_experimental", ] pow-full = [ "pow-v1", "__is_experimental", ] pow-v1 = [ "tor-hscrypto/pow-v1", "tor-netdoc/hs-pow-v1", "tor-cell/hs-pow-v1", "__is_experimental", ]