async-graphql-value 7.0.11

GraphQL value for async-graphql
Documentation
[dependencies.bytes]
features = ["serde"]
version = "1.6.0"

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

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

[dependencies.serde_json]
version = "1.0.115"

[features]
raw_value = ["serde_json/raw_value"]

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

[package]
authors = ["sunli <scott_s829@163.com>", "Koxiaet"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["network-programming", "asynchronous"]
description = "GraphQL value for async-graphql"
documentation = "https://docs.rs/async-graphql/"
edition = "2021"
homepage = "https://github.com/async-graphql/async-graphql"
keywords = ["futures", "async", "graphql"]
license = "MIT OR Apache-2.0"
name = "async-graphql-value"
readme = false
repository = "https://github.com/async-graphql/async-graphql"
version = "7.0.11"

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