shiplog-ingest-github 0.2.0

GitHub API adapter with adaptive date slicing and SQLite caching for shiplog
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"
rust-version = "1.92"
name = "shiplog-ingest-github"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GitHub API adapter with adaptive date slicing and SQLite caching for shiplog"
homepage = "https://effortlessmetrics.com/shiplog"
readme = false
keywords = [
    "developer-tools",
    "github",
    "self-review",
    "audit-trail",
    "changelog",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/EffortlessMetrics/shiplog"
resolver = "2"

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

[dependencies.anyhow]
version = "1.0.101"

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

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

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.shiplog-cache]
version = "0.2.0"

[dependencies.shiplog-coverage]
version = "0.2.0"

[dependencies.shiplog-ids]
version = "0.2.0"

[dependencies.shiplog-ports]
version = "0.2.0"

[dependencies.shiplog-schema]
version = "0.2.0"

[dependencies.url]
version = "2.5.8"