# 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 = "osu-lazer-manager" version = "1.0.1" description = "Manages osu!lazer" homepage = "https://github.com/nanashi-1/osu-lazer-manager" readme = "README.md" license = "MIT" repository = "https://github.com/nanashi-1/osu-lazer-manager" [profile.dist] lto = "thin" inherits = "release" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.3.1" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.dirs] version = "5.0.1" [dependencies.futures-util] version = "0.3.28" [dependencies.indicatif] version = "0.17.6" [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", "stream", ] [dependencies.scraper] version = "0.17.1" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.tokio] version = "1.31.0" features = ["full"] [dependencies.toml] version = "0.8.14"