rung-github 0.1.4

GitHub API integration for Rung - PR management and CI status
Documentation
[dependencies.reqwest]
default-features = false
features = ["json", "rustls-tls"]
version = "0.12"

[dependencies.secrecy]
version = "0.10"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
features = ["full"]
version = "1"

[dev-dependencies.tokio]
features = ["full", "rt-multi-thread", "macros"]
version = "1"

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

[lints.clippy]
expect_used = "warn"
unwrap_used = "warn"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "forbid"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "api-bindings"]
description = "GitHub API integration for Rung - PR management and CI status"
edition = "2024"
keywords = ["github", "api", "pull-request"]
license = "MIT"
name = "rung-github"
readme = "README.md"
repository = "https://github.com/auswm85/rung"
rust-version = "1.85"
version = "0.1.4"