Cargo Features

[dependencies]
viaspf = { version = "0.7.0-alpha.1", default-features = false, features = ["tokio-timeout", "hickory-resolver"] }
default = tokio-timeout

The tokio-timeout feature is set by default whenever viaspf is added without default-features = false somewhere in the dependency tree.

tokio-timeout default

Enables timeout logic when calling API functions.

Enables time of tokio

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.

hickory-resolver implicit feature
tokio tokio-timeout