[package]
name = "lichess-api"
version = "0.7.0"
edition = "2024"
license = "Apache-2.0"
description = "A client library for the Lichess API"
keywords = ["lichess", "api", "client"]
categories = ["api-bindings", "asynchronous"]
homepage = "https://github.com/ion232/lichess-api"
repository = "https://github.com/ion232/lichess-api"
readme = "../README.md"
[dependencies]
async-std = "1.13.1"
bytes = "1.10.1"
futures = "0.3.31"
futures-core = "0.3.31"
http = "1.3.1"
mime = "0.3.17"
reqwest = { version = "0.12.7", features = ["json", "stream"] }
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
serde_with = { version = "3.12.0", features = ["chrono"] }
serde_urlencoded = "0.7.1"
thiserror = "2.0.12"
tracing = "0.1.41"
url = "2.5.4"
[dev-dependencies]
tokio = { version = "1.45.1", features = ["macros", "rt"] }
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }