gegen-data 0.1.4

data fetching for gegen
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 = "gegen-data"
version = "0.1.4"
authors = ["Benjamin Ellis <benjaminjellis@protonmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "data fetching for gegen"
readme = false
license = "GPL-3.0"
repository = "https://github.com/benjaminjellis/gegen"
resolver = "2"

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

[dependencies.chrono]
version = "0.4.40"
features = ["serde"]

[dependencies.const_format]
version = "0.2.34"

[dependencies.reqwest]
version = "0.12.15"
features = [
    "json",
    "gzip",
    "blocking",
]

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

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tracing]
version = "0.1.41"