[package] name = "lyricrustacean" version = "0.1.0" edition = "2021" license = "GPL-3.0" description = "Fetch lyrics for the given song and artist" homepage = "https://gitlab.com/hunterbrodie/lyricrustacean" repository = "https://gitlab.com/hunterbrodie/lyricrustacean" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = { version = "0.11.3", default-features = false, features = ["rustls-tls", "blocking", "json"] } scraper = "0.13.0"