github-graphql-node-count 0.0.0

Compute the worst-case node count GitHub's GraphQL API attributes to a query, offline, from the query text and its page-size variables.
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"
rust-version = "1.86"
name = "github-graphql-node-count"
version = "0.0.0"
authors = ["Nick DeRobertis <derobertis.nick@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Compute the worst-case node count GitHub's GraphQL API attributes to a query, offline, from the query text and its page-size variables."
readme = "README.md"
keywords = [
    "github",
    "graphql",
    "rate-limit",
    "node-count",
    "static-analysis",
]
categories = [
    "development-tools",
    "parsing",
]
license = "MIT"
repository = "https://github.com/nickderobertis/github-graphql-node-count"

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

[[test]]
name = "counting_rules"
path = "tests/counting_rules.rs"

[[test]]
name = "errors"
path = "tests/errors.rs"

[dependencies.graphql-parser]
version = "0.4.1"

[lints.rust]
warnings = "deny"