24 lines
649 B
TOML
24 lines
649 B
TOML
[package]
|
|
name = "spotifyio-model"
|
|
version = "0.2.0"
|
|
authors = [
|
|
"Ramsay Leung <ramsayleung@gmail.com>",
|
|
"Mario Ortiz Manero <marioortizmanero@gmail.com>",
|
|
]
|
|
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"
|