Cargo Features

tor-hsclient has no features set by default.

[dependencies]
tor-hsclient = { version = "0.24.0", features = ["keymgr", "pow-v1", "full", "pow-full", "experimental"] }
keymgr experimental?

Enables keymgr of tor-keymgr

pow-v1 experimental? pow-full?

Onion service proof of work schemes

Enables hs-pow-v1 of tor-cell, pow-v1 of tor-hscrypto, hs-pow-v1 of tor-netdoc

full

Enables full of oneshot-fused-workaround, retry-error, safelog, slotmap-careful, tor-async-utils, tor-basic-utils, tor-bytes, tor-cell, tor-checkable, tor-circmgr, tor-config, tor-dirclient, tor-error, tor-hscrypto, tor-keymgr, tor-linkspec, tor-llcrypto, tor-memquota, tor-netdir, tor-netdoc, tor-persist, tor-proto, and tor-rtcompat

pow-full experimental? = pow-v1
experimental = keymgr, pow-full, pow-v1