mockforge-graphql 0.3.66

GraphQL protocol support for MockForge
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 = "mockforge-graphql"
version = "0.3.66"
authors = ["SaaSy Solutions LLC <ray.clanan@saasysolutionsllc.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GraphQL protocol support for MockForge"
homepage = "https://mockforge.dev"
documentation = "https://docs.rs/mockforge"
readme = "README.md"
keywords = [
    "graphql",
    "api",
    "mock",
    "testing",
    "schema",
]
categories = [
    "development-tools::testing",
    "web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/SaaSy-Solutions/mockforge"

[features]
data-faker = ["mockforge-data"]
default = ["data-faker"]

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.async-graphql]
version = "7.0"
features = ["apollo_tracing"]

[dependencies.async-graphql-axum]
version = "7.0"

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

[dependencies.axum]
version = "0.8"
features = [
    "ws",
    "multipart",
]

[dependencies.base64]
version = "0.22"

[dependencies.indexmap]
version = "2.2"

[dependencies.mockforge-core]
version = "0.3.66"

[dependencies.mockforge-data]
version = "0.3.66"
optional = true

[dependencies.mockforge-observability]
version = "0.3.66"

[dependencies.mockforge-tracing]
version = "0.3.66"

[dependencies.notify]
version = "7.0"

[dependencies.once_cell]
version = "1"

[dependencies.opentelemetry]
version = "0.22"
features = ["trace"]

[dependencies.parking_lot]
version = "0.12"

[dependencies.rand]
version = "0.9"

[dependencies.regex]
version = "1.10"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.0"
features = [
    "rt-multi-thread",
    "macros",
    "net",
    "time",
    "sync",
    "fs",
]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.opentelemetry_sdk]
version = "0.22"

[dev-dependencies.tempfile]
version = "3.8"

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

[dev-dependencies.tower]
version = "0.5"

[lints.rust]
missing_docs = "deny"