Cargo Features

[dependencies]
factom = { version = "2.1.1", default-features = false, features = ["tokio", "tokio-executor"] }
default = tokio, tokio-executor

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

Affects requests::fetch

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.

tokio default

Enables tokio ^0.2.4

tokio-executor default