ferinth 2.11.0

A simple Rust wrapper for the official Modrinth API
Documentation
[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.lazy-regex]
version = "3.1"

[dependencies.once_cell]
version = "1.19"

[dependencies.reqwest]
default-features = false
features = ["json", "rustls-tls"]
version = "0.12"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.url]
features = ["serde"]
version = "2.5"
[dev-dependencies.tokio]
features = ["rt-multi-thread", "macros"]
version = "1.37"

[package]
authors = ["Ilesh Thiada (theRookieCoder) <ileshkt@gmail.com>", "4JX"]
categories = ["api-bindings"]
description = "A simple Rust wrapper for the official Modrinth API"
edition = "2021"
keywords = ["modrinth", "minecraft", "modding"]
license = "MIT"
name = "ferinth"
publish = ["crates-io"]
readme = "README.md"
repository = "https://github.com/gorilla-devs/ferinth"
version = "2.11.0"