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 whenevered-journals
is added without
somewhere in the dependency tree.default-features = false - 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
…