josh-github-graphql 26.5.8

GitHub GraphQL client 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 = "2021"
name = "josh-github-graphql"
version = "26.5.8"
authors = ["Josh Project authors <contact@josh-project.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GitHub GraphQL client for Josh"
readme = false
keywords = [
    "git",
    "github",
    "monorepo",
    "graphql",
]
license-file = "LICENSE"
repository = "https://github.com/josh-project/josh"

[lib]
name = "josh_github_graphql"
path = "src/lib.rs"
doctest = false

[dependencies.anyhow]
version = "1.0"

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

[dependencies.git2]
version = "0.20.4"
features = ["vendored-libgit2"]
default-features = false

[dependencies.graphql_client]
version = "^0.16"

[dependencies.http]
version = "^1"

[dependencies.josh-github-auth]
version = "26.5.8"

[dependencies.josh-github-codegen-graphql]
version = "26.5.8"

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

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

[dependencies.serde_json]
version = "1.0.149"

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