Cargo Features

tor-hscrypto has no features set by default.

[dependencies]
tor-hscrypto = { version = "0.25.0", features = ["memquota-memcost", "ope", "hs-pow-full", "full", "experimental"] }
memquota-memcost full? = derive-deftly, tor-memquota

Enables memquota-memcost of tor-llcrypto and tor-units

ope full? = cipher, zeroize

Affects tor-hscrypto::ope

hs-pow-full experimental? = arrayvec, blake2, equix

Onion service proof of work schemes

full = memquota-memcost, ope

Enables full of optional equix, safelog, tor-basic-utils, tor-bytes, tor-error, tor-llcrypto, optional tor-memquota, and tor-units

experimental = hs-pow-full

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

arrayvec hs-pow-full?
blake2 hs-pow-full?
cipher ope?
derive-deftly memquota-memcost?
equix hs-pow-full?
tor-memquota memquota-memcost?
zeroize ope?