Cargo Features

trellis-runner has no features set by default.

[dependencies]
trellis-runner = { version = "0.1.0", features = ["tokio", "ctrlc", "plotting", "writing"] }
tokio

Enables tokio-util

ctrlc

Enables ctrlc

plotting

Enables ndarray ^0.15.6 and plotly ^0.8.4

writing

Enables bincode, csv, fs-err ^2, serde_json, and tempfile

trellis-runner has 4 features without comments.