Cargo Features

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

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

full = expand-paths

Enables full of tor-error

expand-paths default full? = directories, shellexpand
experimental = experimental-api, testing
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".

testing experimental?

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

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