# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "peace-performance" version = "0.4.0" authors = ["MaxOhn ", "Pure-Peace <940857703@qq.com>"] description = "osu! pp & stars calculation. Peace edition" readme = "README.md" keywords = ["osu", "pp", "async", "async-std", "tokio"] license = "MIT" repository = "https://github.com/Pure-Peace/peace-performance" [dependencies.async-std] version = "1.9" optional = true [dependencies.tokio] version = "1.9.0" features = ["io-util"] optional = true default-features = false [dev-dependencies.tokio] version = "1.9.0" features = ["fs", "rt"] [features] all_included = [] async_std = ["async-std"] async_tokio = ["tokio"] default = ["osu", "taiko", "fruits", "mania", "all_included", "async_tokio"] fruits = [] mania = [] no_leniency = [] no_sliders_no_leniency = [] osu = [] ppysb_edition = [] relax_nerf = [] score_v2_buff = [] taiko = []