Cargo Features
tor-hsservice has no features set by default.
[dependencies]
tor-hsservice = { version = "0.25.0", features = ["hs-pow-full", "full", "experimental", "experimental-api", "restricted-discovery"] }
We need a PreferredRuntime
@@ test-all-crates conditional-option minimal --features=tor-rtcompat/tokio,tor-rtcompat/native-tls
- hs-pow-full experimental?
-
Onion service proof of work schemes
Enables hs-pow-full of tor-cell, tor-hscrypto, and tor-netdoc
- full
-
Enables full of fs-mistrust, oneshot-fused-workaround, retry-error, safelog, tor-async-utils, tor-basic-utils, tor-bytes, tor-cell, tor-circmgr, tor-config, tor-config-path, tor-dirclient, tor-error, tor-hscrypto, tor-key-forge, tor-keymgr, tor-linkspec, tor-llcrypto, tor-log-ratelim, tor-netdir, tor-netdoc, tor-persist, tor-proto, tor-protover, tor-relay-selection, and tor-rtcompat
- experimental = experimental-api, hs-pow-full, restricted-discovery
-
Enable experimental APIs that are not yet officially supported.
These APIs are not covered by semantic versioning. Using this feature voids your "semver warrantee". - experimental-api experimental? = restricted-discovery
- restricted-discovery experimental? experimental-api?
-
Affects
config::restricted_discovery
…