# 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_lyrics" version = "1.0.4" description = "Fetches lyrics of song from genius by it's URL" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/dinaraparanid/genius_lyrics" [dependencies.html2text] version = "0.6.0" [dependencies.regex] version = "1.5.4" [dependencies.reqwest] version = "0.11.7" features = ["blocking"] [dependencies.scraper] version = "0.17.1"