Cargo Features

tor-chanmgr has no features set by default.

[dependencies]
tor-chanmgr = { version = "0.17.0", features = ["full", "experimental", "experimental-api", "pt-client", "testing"] }
full = pt-client

Enables full of safelog, tor-async-utils, tor-basic-utils, tor-cell, tor-config, tor-error, tor-linkspec, tor-llcrypto, tor-netdir, tor-proto, tor-rtcompat, tor-socksproto, and tor-units

experimental = experimental-api, testing
experimental-api experimental?
pt-client full?

Enables pt-client of tor-linkspec

Affects proxied::ExternalProxyPlugin, proxied::settings_to_protocol

testing experimental?