dcss-api 0.4.1

A DCSS Webtile API for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
authors = ["Eric Fecteau <eric.m.fecteau@gmail.com>"]
name = "dcss-api"
version = "0.4.1"
edition = "2024"
license = "MPL-2.0"
description = "A DCSS Webtile API for Rust."
repository = "https://github.com/EricFecteau/dcss-api/"
readme = "README.md"

[lib]
doctest = false

[dependencies]
flate2 = { version = "1.0", features = ["zlib"], default-features = false }
tungstenite = { version = "0.29", features = ["native-tls-vendored"] }
serde_json = "1.0"
thiserror = "2.0"