Cargo Features

Loates has no features set by default.

[dependencies]
loates = { version = "0.1.0-alpha", features = ["tui", "web", "reqwest", "open"] }
tui

Enables ratatui ^0.27

Affects app::tui, loates::app

web = serde

Enables axum, cargo_toml, open, static-files, tower-http, ureq, and zip

Affects build::compile_web_ui, app::web, app::serialize_to_rfc3339_opts, loates::app

reqwest

Enables reqwest

Affects client::reqwest, loates::client

open

Enables open

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.

serde web?

Affects message::serialize_to_rfc3339_opts