[package] name = "spotifyio-model" version = "0.2.0" authors = [ "Ramsay Leung ", "Mario Ortiz Manero ", ] license = "MIT" description = "Web API model for Spotify (Fork of rspotify-model)" edition.workspace = true repository.workspace = true keywords.workspace = true categories.workspace = true [dependencies] enum_dispatch = "0.3.8" serde = { version = "1", features = ["derive"] } serde_json = "1" strum = { version = "0.26.1", features = ["derive"] } thiserror = "2" time = { version = "0.3.21", features = ["serde-well-known"] } data-encoding = "2.5" urlencoding = "2.1.0" url = "2"