Cargo Features

free-storage has no features set by default.

[dependencies]
free-storage = { version = "1.0.8", features = ["cli"] }
cli = clap, dirs, rmp-serde, tracing-subscriber

Enables rustls-tls of reqwest ^0.11, macros of tokio

Required by the storage binary

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.

clap cli?
dirs cli?

Enables dirs ^4.0

rmp-serde cli?
tracing-subscriber cli?