async-graphql/value/Cargo.toml

19 lines
669 B
TOML
Raw Permalink Normal View History

[package]
name = "async-graphql-value"
version = "4.0.15"
authors = ["sunli <scott_s829@163.com>", "Koxiaet"]
2021-10-22 20:27:03 +00:00
edition = "2021"
description = "GraphQL value for async-graphql"
license = "MIT/Apache-2.0"
documentation = "https://docs.rs/async-graphql/"
homepage = "https://github.com/async-graphql/async-graphql"
repository = "https://github.com/async-graphql/async-graphql"
keywords = ["futures", "async", "graphql"]
categories = ["network-programming", "asynchronous"]
[dependencies]
2021-03-24 04:25:03 +00:00
serde_json = "1.0.64"
serde = { version = "1.0.125", features = ["derive"] }
bytes = { version = "1.0.1", features = ["serde"] }
2022-01-04 12:35:23 +00:00
indexmap = { version = "1.6.2", features = ["serde"] }