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
somewhere in the dependency tree.default-features = false - 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.