Cargo Features
[dependencies]
tor-config = { version = "0.24.0", default-features = false, features = ["full", "experimental", "experimental-api", "expand-paths", "testing"] }
- default = expand-paths
-
The
expand-paths
feature is set by default whenevertor-config
is added without
somewhere in the dependency tree.default-features = false - full = expand-paths
-
Enables full of fs-mistrust, tor-basic-utils, tor-config-path, tor-error, and tor-rtcompat
- 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". - expand-paths default full? = directories, shellexpand
- testing experimental?
-
Enable testing-only APIs. APIs under this feature are not covered by semver.
Affects
tor-config::testing
…
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.