async-graphql/value/Cargo.toml
2020-10-12 07:54:01 +08:00

18 lines
585 B
TOML

[package]
name = "async-graphql-value"
version = "2.0.0-alpha.27"
authors = ["sunli <scott_s829@163.com>", "Koxiaet"]
edition = "2018"
description = "GraphQL value for async-graphql"
publish = true
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]
serde_json = "1.0.57"
serde = { version = "1.0.115", features = ["derive"] }