[package] name = "tononkira" version = "0.1.7" edition = "2021" description = "Rust library and CLI for Tononkira (https://tononkira.serasera.org/)" documentation = "https://docs.rs/tononkira" readme = "README.md" repository = "https://github.com/tsirysndr/tononkira" license = "MIT" authors = ["Tsiry Sandratraina "] categories = ["command-line-utilities"] keywords = ["tokio", "lyrics", "cli"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "3.2.17", features = ["derive"] } colored_json = "2.1.0" owo-colors = "3.5.0" rand = "0.8.5" scraper = "0.13.0" serde = "1.0.143" serde_json = "1.0.83" surf = { version = "2.3.2", features = ["h1-client-rustls"], default-features = false} tabled = "0.8.0" tokio = { version = "1.20.1", features = ["full"] } urlencoding = "2.1.0"