Cargo Features
tor-cell has no features set by default.
[dependencies]
tor-cell = { version = "0.24.0", features = ["experimental", "experimental-udp", "hs", "testing", "hs-pow-v1", "full", "hs-pow-full"] }
- experimental = experimental-udp, hs, hs-pow-full, hs-pow-v1, testing
- experimental-udp experimental? testing?
-
Enable experimental UDP support.
Affects
relaycell::udp
… - hs experimental? = tor-hscrypto
-
"hs" = (all) hidden service support, either client or server
Affects
relaycell::hs
… - testing experimental? = experimental-udp
-
Enable testing only API
- hs-pow-v1 experimental? hs-pow-full?
-
Onion service proof of work schemes
Enables pow-v1 of tor-hscrypto
- full
-
Enables full of caret, tor-basic-utils, tor-bytes, tor-cert, tor-error, optional tor-hscrypto, tor-linkspec, tor-llcrypto, tor-memquota, and tor-units
- hs-pow-full experimental? = hs-pow-v1
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.