grafilter 0.0.1

A GraphQL proxy library with field-level interception, conditional forwarding, and response transformation
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 = "grafilter"
version = "0.0.1"
authors = ["Rodrigo Navarro <rnavarro@rnavarro.com.br>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A GraphQL proxy library with field-level interception, conditional forwarding, and response transformation"
readme = "README.md"
keywords = [
    "graphql",
    "proxy",
    "middleware",
    "interceptor",
    "api",
]
categories = [
    "web-programming",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/reu/grafilter"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
]