# 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-hsservice" version = "0.25.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 provider" 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_hsservice" path = "src/lib.rs" [dependencies.amplify] version = "4" features = ["derive"] default-features = false [dependencies.async-trait] version = "0.1.54" [dependencies.base64ct] version = "1.5.1" [dependencies.cfg-if] version = "1.0.0" [dependencies.derive-deftly] version = "0.14" [dependencies.derive_builder] version = "0.11.2" package = "derive_builder_fork_arti" [dependencies.derive_more] version = "1.0.0" features = ["full"] [dependencies.digest] version = "0.10.0" [dependencies.educe] version = "0.4.6" [dependencies.fs-mistrust] version = "0.8.2" features = ["serde"] [dependencies.futures] version = "0.3.14" [dependencies.growable-bloom-filter] version = "2.0.1" [dependencies.hex] version = "0.4" [dependencies.humantime] version = "2" [dependencies.itertools] version = "0.13.0" [dependencies.k12] version = "0.3.0" [dependencies.once_cell] version = "1" [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.5" [dependencies.rand_core] version = "0.6.2" [dependencies.retry-error] version = "0.6.1" [dependencies.safelog] version = "0.4.2" [dependencies.serde] version = "1.0.103" features = ["derive"] [dependencies.serde_with] version = "3.0.0" [dependencies.strum] version = "0.26.3" features = ["derive"] [dependencies.thiserror] version = "2" [dependencies.tor-async-utils] version = "0.25.0" [dependencies.tor-basic-utils] version = "0.25.0" [dependencies.tor-bytes] version = "0.25.0" [dependencies.tor-cell] version = "0.25.0" features = ["hs"] [dependencies.tor-circmgr] version = "0.25.0" features = ["hs-service"] [dependencies.tor-config] version = "0.25.0" [dependencies.tor-config-path] version = "0.25.0" [dependencies.tor-dirclient] version = "0.25.0" features = ["hs-service"] default-features = false [dependencies.tor-error] version = "0.25.0" [dependencies.tor-hscrypto] version = "0.25.0" features = ["ope"] [dependencies.tor-keymgr] version = "0.25.0" features = ["keymgr"] [dependencies.tor-linkspec] version = "0.25.0" features = [ "verbatim", "decode", ] [dependencies.tor-llcrypto] version = "0.25.0" [dependencies.tor-log-ratelim] version = "0.25.0" [dependencies.tor-netdir] version = "0.25.0" features = ["hs-service"] [dependencies.tor-netdoc] version = "0.25.0" features = ["hs-service"] [dependencies.tor-persist] version = "0.25.0" features = ["state-dir"] [dependencies.tor-proto] version = "0.25.0" features = [ "experimental-api", "hs-service", "send-control-msg", ] [dependencies.tor-protover] version = "0.25.0" [dependencies.tor-relay-selection] version = "0.25.0" [dependencies.tor-rtcompat] version = "0.25.0" [dependencies.tracing] version = "0.1.36" [dependencies.void] version = "1" [dev-dependencies.libc] version = "0.2" default-features = false [dev-dependencies.rmp-serde] version = "1" [dev-dependencies.serde_json] version = "1.0.104" [dev-dependencies.slotmap-careful] version = "0.2.2" [dev-dependencies.tempfile] version = "3" [dev-dependencies.test-temp-dir] version = "0.3.0" [dev-dependencies.tor-config] version = "0.25.0" features = ["testing"] [dev-dependencies.tor-key-forge] version = "0.25.0" [dev-dependencies.tor-keymgr] version = "0.25.0" features = [ "keymgr", "testing", ] [dev-dependencies.tor-netdir] version = "0.25.0" features = [ "hs-service", "testing", ] [dev-dependencies.tor-netdoc] version = "0.25.0" features = ["testing"] [dev-dependencies.tor-persist] version = "0.25.0" features = ["testing"] [dev-dependencies.tor-rtmock] version = "0.25.0" [dev-dependencies.tracing-test] version = "0.2.4" [dev-dependencies.walkdir] version = "2" [features] __is_experimental = [] default = [] experimental = [ "experimental-api", "hs-pow-full", "restricted-discovery", ] experimental-api = [ "restricted-discovery", "__is_experimental", ] full = [ "tor-circmgr/full", "tor-hscrypto/full", "tor-llcrypto/full", "tor-netdir/full", "tor-proto/full", "tor-rtcompat/full", "retry-error/full", "safelog/full", "tor-async-utils/full", "tor-basic-utils/full", "tor-bytes/full", "tor-cell/full", "tor-config/full", "tor-dirclient/full", "tor-error/full", "tor-key-forge/full", "tor-keymgr/full", "tor-linkspec/full", "tor-netdoc/full", "tor-persist/full", "tor-protover/full", "fs-mistrust/full", "tor-log-ratelim/full", "tor-relay-selection/full", "oneshot-fused-workaround/full", "tor-config-path/full", ] hs-pow-full = [ "tor-hscrypto/hs-pow-full", "tor-netdoc/hs-pow-full", "tor-cell/hs-pow-full", "__is_experimental", "__is_experimental", ] restricted-discovery = ["__is_experimental"]