[dependencies.anyhow]
version = "1.0.71"
[dependencies.itoa]
version = "1.0.11"
[dependencies.serde]
features = ["derive"]
version = "1.0.197"
[dependencies.tokio]
features = ["full"]
version = "1"
[dependencies.tracing]
features = ["log"]
version = "0.1"
[package]
description = "serde graphql input serializes to graphqls input objects, as used in graphql functions"
edition = "2021"
license-file = "LICENSE"
name = "serde_graphql_input"
publish = true
readme = "README.md"
repository = "https://github.com/kjuulh/serde-graphql-input"
version = "0.1.1"