byo-graphql 0.2.0

simple bring-your-own graphql client
Documentation
[package]
name = "byo-graphql"
version = "0.2.0"
license = "MIT"
authors = ["dystroy <denys.seguret@gmail.com>"]
repository = "https://github.com/Canop/byo-graphql"
description = "simple bring-your-own graphql client"
edition = "2018"
keywords = ["graphql", "client"]
categories = []
readme = "README.md"

[dependencies]
log = "0.4"
reqwest = { version = "0.11", features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
thiserror = "1.0"
tokio = { version = "1", features = ["full"] }

[dev-dependencies]
anyhow = "1.0"