# 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 = "sortify" version = "1.0.3" authors = ["Francisco Cunha "] description = "A command line application to organize Spotify playlists" homepage = "https://github.com/franciscunha/sortify/tree/main" readme = "README.md" keywords = [ "music", "spotify", "playlists", "organize", "cli", ] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://github.com/franciscunha/sortify/tree/main" [dependencies.clearscreen] version = "3.0.0" [dependencies.flexi_logger] version = "0.29.2" [dependencies.image] version = "=0.24.6" [dependencies.log] version = "0.4.22" [dependencies.rascii_art] version = "=0.4.5" [dependencies.rodio] version = "0.19.0" [dependencies.rspotify] version = "0.13.2" features = [ "client-ureq", "ureq-rustls-tls", "cli", "env-file", ] default-features = false [dependencies.terminal_size] version = "0.3.0" [dependencies.text_io] version = "0.1.12" [dependencies.ureq] version = "2.10.0" [dependencies.yansi] version = "1.0.1"