Cargo Features

[dependencies]
lta = { version = "0.6.0", default-features = false, features = ["blocking", "fastfloat", "async-trait"] }
default = async-trait

The async-trait feature is set by default whenever lta is added without default-features = false somewhere in the dependency tree.

blocking

Enables blocking of reqwest ^0.11.10

Affects lta::blocking

fastfloat

Enables fastfloat of lta_models ^0.4.0

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 default