serde_graphql_input 0.1.2

serde graphql input serializes to graphqls input objects, as used in graphql functions
Documentation
[dependencies.anyhow]
version = "1.0.84"

[dependencies.itoa]
version = "1.0.11"

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

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

[dependencies.tracing]
features = ["log"]
version = "0.1"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
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.2"

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

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

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

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