itchio-api 0.2.0

Easily interact with the itch.io server-side API
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "itchio-api"
version = "0.2.0"
authors = ["Taevas"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Easily interact with the itch.io server-side API"
homepage = "https://codeberg.org/Taevas/itchio-api"
readme = "README.md"
keywords = ["itchio"]
categories = ["api-bindings"]
license = "EUPL-1.2"
repository = "https://codeberg.org/Taevas/itchio-api.git"

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

[dependencies.chrono]
version = "0.4.43"
features = ["serde"]
default-features = false

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

[dependencies.serde]
version = "1.0.228"
features = ["derive"]
default-features = false

[dependencies.serde_json]
version = "1.0.149"
default-features = false

[dependencies.thiserror]
version = "2.0.18"

[dependencies.url]
version = "2.5.8"
features = ["serde"]
default-features = false

[dev-dependencies.dotenv]
version = "0.15.0"

[dev-dependencies.tokio]
version = "1.49.0"
features = ["macros"]
default-features = false