# 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 = "spotify-parser" version = "1.0.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library for parsing Spotify data." readme = "README.md" keywords = [ "spotify", "parser", "embed", "library", ] categories = ["parsing"] license-file = "LICENSE.md" repository = "https://github.com/eRgo35/spotify-parser" [lib] name = "spotify_parser" path = "src/lib.rs" [dependencies.regex] version = "1.10.6" [dependencies.reqwest] version = "0.12.5" features = [ "blocking", "rustls-tls", ] [dependencies.scraper] version = "0.19.1" [dependencies.serde] version = "1.0.204" [dependencies.serde_json] version = "1.0.122" [dependencies.tokio] version = "1.39.2" features = ["macros"]