# 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 = "SimpleBeatmapAnalyzer" version = "0.9.2" authors = ["Raregendary "] description = "Simple program to analyze all of your osu files and save a csv with all the computed metrics" homepage = "https://github.com/Raregendary/SimpleBeatmapAnalyzer" readme = "README.md" keywords = [ "osu", "streams", "pp", "stars", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/Raregendary/SimpleBeatmapAnalyzer" [profile.release] opt-level = 3 lto = "fat" panic = "abort" overflow-checks = false [dependencies.csv] version = "1.2.2" [dependencies.indicatif] version = "0.17.6" [dependencies.jwalk] version = "0.8.1" [dependencies.md-5] version = "0.10.5" [dependencies.rayon] version = "1.7.0" [dependencies.rosu-pp] version = "0.9.5" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.strum] version = "0.25.0" [dependencies.strum_macros] version = "0.25.2" [build-dependencies.winres] version = "0.1.12"