Cargo Features

Agnostik has no features set by default.

[dependencies]
agnostik = { version = "0.2.3", features = ["attributes", "runtime_bastion", "runtime_asyncstd", "runtime_tokio", "runtime_smol"] }
attributes = agnostik-attributes
runtime_bastion = bastion-executor, lightproc
runtime_asyncstd = async_std_crate
runtime_tokio = tokio_crate
runtime_smol = smol_crate

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.

agnostik-attributes attributes?
bastion-executor runtime_bastion?
async_std_crate runtime_asyncstd?

Enables async-std

tokio_crate runtime_tokio?

Enables tokio ^0.3.4

lightproc runtime_bastion?
smol_crate runtime_smol?

Enables smol ^1.2.4