simkl 0.1.0

Library to build queries for SIMKL and decoding JSON responses using Serde
Documentation
[package]
name        = "simkl"
version     = "0.1.0"
edition     = "2024"
description = "Library to build queries for SIMKL and decoding JSON responses using Serde"
authors.workspace  = true
readme      = "README.md"
license     = "MIT"
repository.workspace = true
keywords    = ["simkl", "api", "anime", "movie", "tv"]
categories  = ["parsing", "data-structures"]

[lib]
name = "simkl"

[dependencies]
chrono      = { workspace = true }
serde       = { workspace = true }
serde_json  = { workspace = true }
urlencoding = { workspace = true }
url         = { workspace = true }

[dev-dependencies]