Cargo Features

[dependencies]
tor-config = { version = "0.18.0", default-features = false, features = ["full", "experimental", "experimental-api", "expand-paths"] }
default = expand-paths

The expand-paths feature is set by default whenever tor-config is added without default-features = false somewhere in the dependency tree.

full = expand-paths

Enables full of fs-mistrust, tor-basic-utils, and tor-error

experimental = experimental-api
experimental-api experimental?

Enable experimental APIs that are not yet officially supported.

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

expand-paths default full? = directories, shellexpand

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.

directories expand-paths
shellexpand expand-paths