Cargo Features

[dependencies]
pinterest-login = { version = "0.2.0-alpha.1", default-features = false, features = ["log", "tokio", "rpassword"] }
default = rpassword

These default features are set whenever pinterest-login is added without default-features = false somewhere in the dependency tree.

Enables async-std, async-std-runtime of chromiumoxide

log

Enables log

tokio

Enables tokio, tokio-runtime of chromiumoxide

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.

rpassword default

Required by the pintrest-login binary