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 whenever arti-tor-client is added without default-features = false somewhere in the dependency tree.

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.