# 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-lyrics" version = "0.0.7" authors = ["Shayne Hartford "] description = "Spotify Lyrics API Wrapper" readme = "README.md" license = "MIT" repository = "https://github.com/ShayBox/Spotify-Lyrics" [[example]] name = "sync" required-features = ["is_sync"] [dependencies.anyhow] version = "1" [dependencies.async-trait] version = "0.1" [dependencies.lazy_static] version = "1" [dependencies.maybe-async] version = "0.2" [dependencies.reqwest] version = "0.12" features = [ "cookies", "json", ] default-features = false [dependencies.rookie] version = "0.4" optional = true [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_with] version = "3" [dependencies.tracing] version = "0.1" [dependencies.url] version = "2" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt", ] [features] browser = ["dep:rookie"] default = [ "browser", "rustls-tls", ] is_sync = [ "maybe-async/is_sync", "reqwest/blocking", ] native-tls = ["reqwest/native-tls"] rustls-tls = ["reqwest/rustls-tls"]