Cargo Features

Mithril-client has no features set by default.

[dependencies]
mithril-client = { version = "0.8.0", features = ["full", "fs", "portable", "unstable"] }
default

Include nothing by default

full = fs

Full feature set

fs full? = flate2, flume, tar, zstd

Enable file system releated functionnality, right now that mean ony snapshot download

Enables rt of tokio

portable

deprecated, will be removed soon

unstable

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.

flate2 fs?
flume fs?
tar fs?
zstd fs?