Cargo Features
tor-chanmgr has no features set by default.
[dependencies]
tor-chanmgr = { version = "0.24.0", features = ["full", "experimental", "experimental-api", "pt-client", "relay", "testing"] }
- full = pt-client
-
Enables full of oneshot-fused-workaround, safelog, tor-async-utils, tor-basic-utils, tor-cell, tor-config, tor-error, tor-linkspec, tor-llcrypto, tor-memquota, tor-netdir, tor-proto, tor-rtcompat, tor-socksproto, and tor-units
- experimental = experimental-api, relay, testing
- experimental-api experimental?
- pt-client full?
-
Enables pt-client of tor-linkspec
Affects
proxied::ExternalProxyPlugin
,proxied::settings_to_protocol
… - relay experimental?
-
Affects
factory::IncomingChannelFactory.accept_from_transport
… - testing experimental?