async-graphql-relay 0.5.0

Relay support for async-graphql
Documentation
[dependencies.async-graphql]
version = "7"

[dependencies.async-graphql-relay-derive]
version = "^0.5"

[dependencies.sea-orm]
optional = true
version = "1.1.0"

[dependencies.serde]
optional = true
version = "1.0.163"

[dependencies.uuid]
version = "1.17.0"

[dev-dependencies.tokio]
features = ["full"]
version = "1.45.0"

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

[package]
authors = ["Oscar Beaumont <oscar@otbeaumont.me>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "asynchronous"]
description = "Relay support for async-graphql"
documentation = "https://docs.rs/async-graphql-relay"
edition = "2024"
homepage = "https://github.com/oscartbeaumont/async-graphql-relay"
keywords = ["futures", "async", "graphql"]
license = "MIT"
name = "async-graphql-relay"
readme = "README.md"
repository = "https://github.com/oscartbeaumont/async-graphql-relay"
version = "0.5.0"