[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.lazy-regex]
version = "3.4"
[dependencies.reqwest]
default-features = false
features = ["rustls-tls", "json"]
version = "0.12"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "2.0"
[dependencies.url]
features = ["serde"]
version = "2.5"
[dev-dependencies.tokio]
features = ["macros"]
version = "1.44"
[dev-dependencies.tokio-test]
version = "0.4"
[lib]
name = "ferinth"
path = "src/lib.rs"
[package]
authors = ["Ilesh Thiada (theRookieCoder) <ileshkt@gmail.com>", "4JX"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
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.12.0"