# 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 = "kyuun" version = "1.0.1" authors = ["fawn "] description = "A simple Spotify playlist analyzer" readme = "README.md" license = "ISC" repository = "https://github.com/fawni/kyuun" [profile.release] lto = true codegen-units = 1 strip = true [dependencies.chrono] version = "0.4.24" [dependencies.clap] version = "4.2.4" features = ["derive"] [dependencies.confy] version = "0.5.1" [dependencies.dialoguer] version = "0.10.4" [dependencies.miette] version = "5.8.0" features = ["fancy"] [dependencies.owo-colors] version = "3.5.0" [dependencies.reqwest] version = "0.11.16" features = ["json"] [dependencies.serde] version = "1.0.160" features = ["derive"] [dependencies.tokio] version = "1.27.0" features = ["full"] [dependencies.warp] version = "0.3.4" [dependencies.webbrowser] version = "0.8.9"