[package] name = "spongbobcli" version = "1.2.0" edition = "2021" description = "A blazingly fast cli tool to watch your favorite spongbob episodes" readme = "README.md" repository = "https://github.com/Ali-TM-original/SpongbobCli-Rust" license = "MIT OR Apache-2.0" license-file = "LICENSE" keywords = ["spongbob-cli", "spongbobCli-Rust", "Fast", "Rust-cli-tool"] categories = ["command-line-utilities","Toons"] authors = ["Aliā„¢ alidev.tech"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = "3.0.13" which = "4.2.4" chttp = "0.5.5" scraper = "0.12.0" colored = "2.0.0" terminal-spinners = "0.3.2" rand = "0.8.4"