Cargo Features

ssstar has no features set by default.

[dependencies]
ssstar = { version = "0.7.3", features = ["clap", "storage", "serde_json"] }
clap

Make the config struct a valid clap Parser impl so the config can be populated from the command line This obvviously requires taking a dependency on clap so it should only be enabled in a CLI that is using clap

Enables clap

storage

Enable the (still experimental) new storage API to allow callers to define their own archive formats to store objects read from object storage

Features from optional dependencies

serde_json implicit feature

Enables serde_json

serde_json:

A JSON serialization file format