[dependencies.async-trait]
version = "0.1.89"
[dependencies.chrono]
features = ["serde"]
version = "0.4.23"
[dependencies.http]
version = "1.3.1"
[dependencies.itertools]
version = "0.14.0"
[dependencies.nipaw_core]
version = "0.3.4"
[dependencies.reqwest]
default-features = false
features = ["rustls-tls", "json"]
version = "0.12.23"
[dependencies.reqwest-middleware]
features = ["rustls-tls", "json"]
version = "0.4.2"
[dependencies.scraper]
version = "0.24.0"
[dependencies.serde]
features = ["derive"]
version = "1.0.228"
[dependencies.serde_json]
version = "1.0.145"
[lib]
name = "nipaw_github"
path = "src/lib.rs"
[package]
authors = ["wuliya <3369906077@qq.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Github provider for nipaw_core"
edition = "2024"
homepage = "https://github.com/puniyu-plugins/nipaw"
license = "LGPL-3.0-only"
name = "nipaw_github"
readme = "README.md"
repository = "https://github.com/puniyu-plugins/nipaw"
resolver = "2"
rust-version = "1.88.0"
version = "0.7.0"