Cargo Features

eAIP has no features set by default.

[dependencies]
eaip = { version = "0.5.0", features = ["examples", "test-online"] }
examples = anyhow, pretty_env_logger, tokio

Enables macros, rt and rt-multi-thread of tokio

test-online

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.

anyhow examples?
pretty_env_logger examples?

Enables pretty_env_logger ^0.4

tokio examples?