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 wheneverlta
is added without
somewhere in the dependency tree.default-features = false - 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