Cargo Features

[dependencies]
peace-performance = { version = "0.4.0", default-features = false, features = ["relax_nerf", "osu", "taiko", "fruits", "mania", "all_included", "no_leniency", "no_sliders_no_leniency", "async_std", "async_tokio"] }
default = all_included, async_tokio, fruits, mania, osu, taiko

These default features are set whenever peace-performance is added without default-features = false somewhere in the dependency tree.

score_v2_buff ppysb_edition relax_nerf
osu default

game modes

Affects peace-performance::osu, parse::Beatmap.timing_points, parse::Beatmap.difficulty_points, parse::Beatmap.stack_leniency

taiko default

Affects peace-performance::taiko

fruits default

Affects peace-performance::fruits, parse::Beatmap.timing_points, parse::Beatmap.difficulty_points

mania default

Affects peace-performance::mania

all_included default

osu!standard version

Affects versions::all_included, parse::Beatmap.stack_leniency

no_leniency

Affects versions::no_leniency

no_sliders_no_leniency

Affects versions::no_sliders_no_leniency

async_std = async-std

async version

async_tokio default = tokio

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.

async-std async_std?
tokio async_tokio