# 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" version = "0.8.2" authors = ["Splitty "] build = "build.rs" description = "Easy to use Spotify Local API abstractions." documentation = "https://docs.rs/spotify" readme = "README.md" keywords = [ "Spotify", "API", ] license = "MIT" repository = "https://github.com/SplittyDev/spotify-rs" [lib] name = "spotify" path = "src/lib.rs" [[bin]] name = "spoticli" path = "src/bin/spoticli.rs" [dependencies.json] version = "0.12.4" [dependencies.reqwest] version = "0.9" [dependencies.time] version = "0.1" [dependencies.winapi] version = "0.3.9" features = ["tlhelp32"] [dev-dependencies.skeptic] version = "0.13" [build-dependencies.skeptic] version = "0.13"