Cargo Features

[dependencies]
tor-ptmgr = { version = "0.17.0", default-features = false, features = ["full", "tor-channel-factory", "experimental", "experimental-api"] }
default = tor-channel-factory

The tor-channel-factory feature is set by default whenever tor-ptmgr is added without default-features = false somewhere in the dependency tree.

full = tor-channel-factory

Enables full of fs-mistrust, tor-async-utils, tor-basic-utils, tor-chanmgr, tor-config, tor-error, tor-linkspec, tor-rtcompat, and tor-socksproto

tor-channel-factory default full?
experimental = experimental-api
experimental-api experimental? = visibility

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.

visibility experimental-api?