genius-cli 0.2.0

A command-line interface for Genius.com
Documentation
# 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.2.0"
authors = [
    "Tsiry Sandratraina <tsiry.sndr@rocksky.app>",
    "James Choi <choijjames@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"

[lib]
name = "genius_cli"
path = "src/lib.rs"

[[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.reqwest]
version = "0.11"
features = ["json"]

[dependencies.serde]
version = "1.0.144"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.85"

[dependencies.tabled]
version = "0.8.0"

[dependencies.tokio]
version = "1.20.1"
features = ["full"]