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.