Cargo Features
[dependencies]
tor-ptmgr = { version = "0.24.0", default-features = false, features = ["full", "tor-channel-factory", "managed-pts", "experimental", "experimental-api"] }
- default = managed-pts, tor-channel-factory
-
These default features are set whenever
tor-ptmgr
is added without
somewhere in the dependency tree.default-features = false - full = managed-pts, tor-channel-factory
-
Enables full of fs-mistrust, oneshot-fused-workaround, tor-async-utils, tor-basic-utils, tor-chanmgr, tor-config, tor-error, tor-linkspec, tor-rtcompat, and tor-socksproto
- tor-channel-factory default full?
- managed-pts default full?
-
Affects
tor-ptmgr::ipc
… - 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.