postrust-graphql 0.2.0

GraphQL support for Postrust
Documentation
[dependencies.async-graphql]
features = ["chrono", "uuid", "bigdecimal", "dynamic-schema"]
version = "7"

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

[dependencies.axum]
features = ["macros"]
version = "0.8"

[dependencies.base64]
version = "0.22"

[dependencies.bytes]
features = ["serde"]
version = "1.9"

[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.futures]
version = "0.3"

[dependencies.indexmap]
features = ["serde"]
version = "2.7"

[dependencies.postrust-auth]
version = "0.2.0"

[dependencies.postrust-core]
version = "0.2.0"

[dependencies.postrust-sql]
version = "0.2.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sqlx]
features = ["runtime-tokio", "postgres", "json", "chrono", "uuid", "bigdecimal"]
version = "0.8"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
features = ["full"]
version = "1.43"

[dependencies.tokio-stream]
features = ["sync"]
version = "0.1"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.pretty_assertions]
version = "1.4"

[dev-dependencies.tokio]
features = ["full", "test-util", "macros"]
version = "1.43"

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

[package]
authors = ["Bhanu Pratap Chaudhary"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "GraphQL support for Postrust"
edition = "2021"
license = "MIT"
name = "postrust-graphql"
readme = false
repository = "https://github.com/postrust/postrust"
version = "0.2.0"

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