blockpalettes-client 0.1.1

Unofficial Rust client for BlockPalettes with built-in HTTP and scraping support
Documentation
[dependencies.chrono]
version = "0.4.42"

[dependencies.reqwest]
features = ["json"]
version = "0.12.24"

[dependencies.scraper]
version = "0.24.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.228"

[dependencies.thiserror]
version = "2.0.17"

[dev-dependencies.tokio]
features = ["full"]
version = "1"

[lib]
name = "blockpalettes_client"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Unofficial Rust client for BlockPalettes with built-in HTTP and scraping support"
edition = "2024"
license = "Apache-2.0 OR MIT"
name = "blockpalettes-client"
readme = "README.md"
repository = "https://github.com/walker84837/blockpalettes-client"
version = "0.1.1"