josh-github-auth 26.8.28

GitHub authentication for Josh
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 = "josh-github-auth"
version = "26.8.28"
authors = ["Josh Project authors <contact@josh-project.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GitHub authentication for Josh"
readme = false
keywords = [
    "git",
    "github",
    "monorepo",
    "workflow",
]
license-file = "LICENSE"
repository = "https://github.com/josh-project/josh"
resolver = "2"

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

[[example]]
name = "gh-app-flow"
path = "examples/gh-app-flow.rs"

[[example]]
name = "gh-device-flow"
path = "examples/gh-device-flow.rs"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.base64]
version = "0.23.0"

[dependencies.chrono]
version = "^0"
features = ["serde"]
default-features = false

[dependencies.form_urlencoded]
version = "1.2.2"

[dependencies.http]
version = "^1"

[dependencies.josh-command-middleware]
version = "26.8.28"

[dependencies.jsonwebtoken]
version = "11"

[dependencies.mime]
version = "0.3"

[dependencies.reqwest]
version = "^0.13"
features = [
    "blocking",
    "default-tls",
    "json",
]
default-features = false

[dependencies.reqwest-middleware]
version = "^0.5"
features = ["json"]

[dependencies.secret-vault-value]
version = "^1"

[dependencies.serde]
version = "1.0.229"
features = [
    "std",
    "derive",
]

[dependencies.serde_json]
version = "1.0.151"

[dependencies.tokio]
version = "1.53.1"
features = [
    "fs",
    "rt-multi-thread",
    "macros",
    "io-std",
    "io-util",
    "net",
    "process",
    "signal",
    "time",
]

[dependencies.tracing]
version = "0.1.44"
features = [
    "max_level_trace",
    "release_max_level_trace",
]

[dependencies.url]
version = "^2"
features = ["serde"]

[dev-dependencies.tokio]
version = "1.53.1"
features = [
    "fs",
    "rt-multi-thread",
    "macros",
    "io-std",
    "io-util",
    "net",
    "process",
    "signal",
]

[dev-dependencies.tracing-subscriber]
version = "0.3.23"
features = ["env-filter"]