forked from refx-online/refx-pp-rs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
31 lines (26 loc) · 709 Bytes
/
Cargo.toml
File metadata and controls
31 lines (26 loc) · 709 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[package]
name = "refx-pp"
version = "0.5.3"
edition = "2021"
authors = ["MaxOhn <ohn.m@hotmail.de>", "remeliah <anoletenu@gmail.com>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/refx-online/refx-pp-rs"
description = "Difficulty and performance calculation for osu!"
keywords = ["osu", "pp", "stars", "performance", "difficulty"]
[features]
default = []
raw_strains = []
sync = []
tracing = ["rosu-map/tracing"]
[dependencies]
rust_decimal = "1.39"
rust_decimal_macros = "1.39"
rosu-map = { version = "0.2.1" }
rosu-mods = { version = "0.3.0" }
[dev-dependencies]
proptest = "1.6.0"
[profile.test.package.proptest]
opt-level = 3
[profile.test.package.rand_chacha]
opt-level = 3