# 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 = "genius-cli" version = "0.1.2" authors = ["Tsiry Sandratraina "] description = "A command-line interface for Genius.com" readme = "README.md" keywords = [ "tokio", "lyrics", "cli", "genius", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/tsirysndr/genius-cli" resolver = "2" [[bin]] name = "genius" path = "src/main.rs" [dependencies.clap] version = "3.2.17" [dependencies.colored_json] version = "2.1.0" [dependencies.genius-rust] version = "0.1.1" [dependencies.owo-colors] version = "3.5.0" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.144" [dependencies.serde_json] version = "1.0.85" [dependencies.tabled] version = "0.8.0" [dependencies.tokio] version = "1.20.1" features = ["full"]