# 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 = "verses" version = "0.9.2" authors = ["Maxuss "] description = "TUI for viewing synchronized Spotify lyrics" homepage = "https://github.com/Maxuss/verses" readme = "README.md" keywords = [ "Spotify", "lyrics", "TUI", ] categories = [ "api-bindings", "command-line-utilities", ] license = "Apache-2.0" repository = "https://github.com/Maxuss/verses" [dependencies.anyhow] version = "1.0.75" [dependencies.async-trait] version = "0.1.73" [dependencies.clap] version = "4.4.2" features = ["derive"] [dependencies.crossterm] version = "0.27.0" [dependencies.deunicode] version = "1.3.3" [dependencies.flume] version = "0.11.0" [dependencies.handlebars] version = "4.4.0" features = ["no_logging"] [dependencies.home] version = "0.5.5" [dependencies.lazy_static] version = "1.4.0" [dependencies.ratatui] version = "0.23.0" features = ["all-widgets"] [dependencies.regex] version = "1.9.5" [dependencies.reqwest] version = "0.11.20" features = ["rustls"] [dependencies.rspotify] version = "0.12.0" features = ["reqwest-rustls-tls"] [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.105" [dependencies.tokio] version = "1.32.0" features = [ "macros", "rt-multi-thread", "fs", ] [dependencies.toml] version = "0.7.6" [dependencies.webbrowser] version = "0.8.11"