Cargo Features
[dependencies]
tor-config-path = { version = "0.26.0", default-features = false, features = ["full", "arti-client", "expand-paths", "address", "experimental", "experimental-api", "testing"] }
- default = address, expand-paths
-
These default features are set whenever
tor-config-path
is added without
somewhere in the dependency tree.default-features = false - full = address, arti-client, expand-paths
-
Enables full of tor-error and optional tor-general-addr
- arti-client full? = expand-paths
- expand-paths default arti-client? full? = directories, shellexpand
-
Affects
tor-config-path::home
… - address default full? = tor-general-addr
-
Affects
tor-config-path::addr
… - 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.