Cargo Features

[dependencies]
ed-journals = { version = "0.6.2", default-features = false, features = ["asynchronous", "allow-unknown", "legacy"] }
default = asynchronous

The asynchronous feature is set by default whenever ed-journals is added without default-features = false somewhere in the dependency tree.

asynchronous default

Enables async-mutex and tokio

Affects backpack::asynchronous, cargo::asynchronous, journal::asynchronous, logs::asynchronous, market::asynchronous, modules_info::asynchronous

allow-unknown
legacy

Enables loading Journal files from before game version 4. Not fully supported and may lead to parsing errors. In such cases, PRs with affected Journal files/events are appreciated :)

Affects log_event_content::legacy_liftoff_event, log_event_content::legacy_touchdown_event