Cargo Features

tor-circmgr has no features set by default.

[dependencies]
tor-circmgr = { version = "0.17.0", features = ["full", "specific-relay", "testing", "vanguards", "experimental", "geoip", "experimental-api", "ntor_v3", "hs-service", "hs-common"] }
full = hs-client, hs-service, specific-relay

Enables full of retry-error, safelog, tor-async-utils, tor-basic-utils, tor-chanmgr, tor-config, tor-error, optional tor-geoip, tor-guardmgr, optional tor-hscrypto, tor-linkspec, tor-netdir, tor-netdoc, tor-persist, tor-proto, tor-protover, tor-relay-selection, and tor-rtcompat

specific-relay full?
testing experimental?

Enable testing-only APIs. APIs under this feature are not covered by semver.

Enables testing of tor-guardmgr

vanguards experimental?

Vanguards are experimental

Enables vanguards of tor-guardmgr

experimental = experimental-api, geoip, ntor_v3, testing, vanguards

Enable experimental APIs that are not yet officially supported.

These APIs are not covered by semantic versioning. Using this feature voids your "semver warrantee".

geoip experimental? = tor-geoip

Enables geoip of tor-netdir and tor-relay-selection

experimental-api experimental? = visibility
ntor_v3 experimental?

Enables ntor_v3 of tor-proto

hs-client hs-service full? = hs-common
hs-common hs-client? hs-service? = tor-hscrypto

Affects hspool::HsCircKind, tor-circmgr::hspool

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-geoip geoip?
tor-hscrypto hs-common?
visibility experimental-api?