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
somewhere in the dependency tree.default-features = false Enables async-std, async-std-runtime of chromiumoxide ^0.5.7
- log
-
Enables log
- tokio
-
Enables tokio, tokio-runtime of chromiumoxide ^0.5.7
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