meritocrab-github 0.1.4

GitHub API integration for the Meritocrab reputation system
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.85"
name = "meritocrab-github"
version = "0.1.4"
authors = ["hydai"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GitHub API integration for the Meritocrab reputation system"
readme = false
license = "MIT"
repository = "https://github.com/hydai/meritocrab"
resolver = "2"

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

[dependencies.async-trait]
version = "0.1.89"

[dependencies.axum]
version = "0.8.8"

[dependencies.base64]
version = "0.22.1"

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

[dependencies.hex]
version = "0.4.3"

[dependencies.hmac]
version = "0.12.1"

[dependencies.octocrab]
version = "0.49.5"

[dependencies.secrecy]
version = "0.10.3"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.sha2]
version = "0.10.9"

[dependencies.subtle]
version = "2.6.1"

[dependencies.thiserror]
version = "2.0.18"

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

[dev-dependencies.rustls]
version = "0.23"
features = ["aws-lc-rs"]

[dev-dependencies.tokio]
version = "1.49.0"
features = [
    "full",
    "test-util",
]