# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "rosu-pp" version = "2.0.0" authors = ["MaxOhn "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Difficulty and performance calculation for osu!" documentation = "https://docs.rs/rosu-pp/" readme = "README.md" keywords = [ "osu", "pp", "stars", "performance", "difficulty", ] license = "MIT" repository = "https://github.com/MaxOhn/rosu-pp" [profile.test.package.proptest] opt-level = 3 [profile.test.package.rand_chacha] opt-level = 3 [lib] name = "rosu_pp" path = "src/lib.rs" [[test]] name = "common" path = "tests/common.rs" [[test]] name = "decode" path = "tests/decode.rs" [[test]] name = "difficulty" path = "tests/difficulty.rs" [[test]] name = "performance" path = "tests/performance.rs" [dependencies.rosu-map] version = "0.2.0" [dependencies.rosu-mods] version = "0.2.0" [dev-dependencies.proptest] version = "1.4.0" [features] default = [] raw_strains = [] sync = [] tracing = ["rosu-map/tracing"]