# 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 = "track_album_number_genius" version = "1.0.3" description = "Fetches track's number (starting from zero) in album by album's URL" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/dinaraparanid/genius_track_number_in_album" [dependencies.html2text] version = "0.6.0" [dependencies.reqwest] version = "0.11.10" features = ["blocking"] [dependencies.scraper] version = "0.17.1"