josh-github-codegen-graphql 26.5.8

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

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

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

[dependencies.graphql_client]
version = "^0.16"

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

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

[build-dependencies.anyhow]
version = "1.0"

[build-dependencies.graphql_client_codegen]
version = "^0.16.0"

[build-dependencies.prettyplease]
version = "0.2.37"

[build-dependencies.proc-macro2]
version = "^1"

[build-dependencies.serde]
version = "1.0.228"
features = [
    "std",
    "derive",
]

[build-dependencies.syn]
version = "2"

[build-dependencies.toml]
version = "1.1.0"