[package] name = "tidal" version = "0.1.0" authors = ["Creator "] description = "Interface to the tidal music streaming service api. Integrates with the tidalcache crate." repository = "https://gitlab.com/Creator/libtidal" keywords = ["tidal", "api", "libtidal", "music", "streaming"] categories = ["multimedia::audio", "network-programming", "web-programming::http-client"] license = "MIT" [dependencies] tidalcache = { path = "../tidalcache", version = "0.1.0"} hyper = "0.11.27" reqwest = "0.8.5" uuid = "0.6.5" serde_json = "1.0.18" regex = "1.0.0"