polyhaven 0.2.2

Rust interface around the PolyHaven web API
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4"

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

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

[package]
authors = ["Elttob"]
categories = ["api-bindings"]
description = "Rust interface around the PolyHaven web API"
edition = "2021"
keywords = ["polyhaven", "web", "api", "3d", "assets"]
license = "MIT"
name = "polyhaven"
readme = "README.md"
repository = "https://github.com/Elttob/polyhaven-rs"
resolver = "2"
version = "0.2.2"