Cargo Features
[dependencies]
eos-eapi = { version = "0.2.0", default-features = false, features = ["async", "blocking"] }
- default = blocking
-
The
blocking
feature is set by default whenevereos-eapi
is added without
somewhere in the dependency tree.default-features = false - async
-
Enables async-trait, hyper ^0.14, hyper-rustls ^0.23, and tokio
Affects
eos-eapi::async_api
… - blocking default
-
Enables ureq
Affects
client::HttpClient
,eos-eapi::eapi_run
…