gql_client 0.1.1

Minimal GraphQL client for Rust
Documentation
[badges.maintenance]
status = "actively-developed"
[dependencies.reqwest]
features = ["json"]
version = "0.10"

[dependencies.serde]
features = ["derive"]
version = "1.0"
[dev-dependencies.tokio]
features = ["full"]
version = "0.2"

[package]
authors = ["Arthur Khlghatyan <arthur.khlghatyan@gmail.com>"]
categories = ["web-programming", "asynchronous"]
description = "Minimal GraphQL client for Rust"
edition = "2018"
homepage = "https://github.com/arthurkhlghatyan/gql-client-rs"
keywords = ["graphql", "client", "async", "web", "http"]
license = "MIT"
name = "gql_client"
readme = "README.md"
repository = "https://github.com/arthurkhlghatyan/gql-client-rs"
version = "0.1.1"