Cargo Features

[dependencies]
tappet = { version = "0.6.0", default-features = false, features = ["async", "blocking", "trading"] }
default = async, trading

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

async default = async-trait, futures
blocking

Enables blocking of reqwest ^0.11

Affects tappet::blocking

trading default = serde_repr, serde_with

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.

async-trait async
futures async
serde_repr trading
serde_with trading

Enables serde_with ^1.4