Cargo Features
[dependencies]
arti-tor-client = { version = "0.0.0", default-features = false, features = ["async-std", "tokio", "experimental-api"] }
- default = tokio
-
The
tokio
feature is set by default wheneverarti-tor-client
is added without
somewhere in the dependency tree.default-features = false - async-std
-
Enables async-std of tor-rtcompat ^0.0.0
- tokio default
-
Enables tokio of tor-rtcompat ^0.0.0
- experimental-api
arti-tor-client has 4 features without comments.