Cargo Features

est has no features set by default.

[dependencies]
est = { version = "0.9.0", features = ["full", "collections", "future", "process", "result", "sync", "task", "thread", "signal", "task_tracker", "indexmap", "serde"] }
full = collections, future, indexmap, process, result, serde, signal, sync, task, task_tracker, thread
collections full?

Enables thiserror

Affects est::collections

future full? task?

Affects est::future

process full?

Enables process of tokio

Affects est::process

result full?

Enables anyhow

Affects est::result

sync full? task?

Enables sync of tokio

Affects est::sync

task full? = future, sync

Enables derive_more and rt of tokio

tokio:

Includes basic task execution capabilities

Affects est::task

thread full?

Enables derive_more and ron

Affects est::thread

signal full?

Enables signal of tokio

task_tracker full?

Enables tokio-util

Affects task::task_tracker

indexmap full?

Enables indexmap

serde full?

Enables serde

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.

tokio process? signal? sync? task?