Cargo Features

tor-cell has no features set by default.

[dependencies]
tor-cell = { version = "0.17.0", features = ["experimental", "experimental-udp", "hs", "testing", "full"] }
experimental = experimental-udp, hs, 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

full

Enables full of caret, tor-basic-utils, tor-bytes, tor-cert, tor-error, optional tor-hscrypto, tor-linkspec, tor-llcrypto, and tor-units

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.

tor-hscrypto hs?