glimesh 0.1.0

Client for performing queries, mutations, and subscriptions against the Glimesh API.
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.futures]
version = "0.3"

[dependencies.graphql_client]
version = "0.9"

[dependencies.reqwest]
default-features = false
features = ["rustls-tls", "json"]
optional = true
version = "0.11"

[dependencies.serde]
version = "1.0"

[dependencies.thiserror]
version = "1.0"
[dev-dependencies.tokio]
features = ["full"]
version = "1.4"

[features]
default = ["http"]
http = ["reqwest"]

[package]
authors = ["James Birtles <jamesb@airca.st>"]
categories = ["api-bindings", "asynchronous", "web-programming::websocket", "web-programming::http-client"]
description = "Client for performing queries, mutations, and subscriptions against the Glimesh API."
edition = "2018"
keywords = ["glimesh", "graphql"]
license = "MIT OR Apache-2.0"
name = "glimesh"
readme = "README.md"
repository = "https://github.com/AircastDev/glimesh-rs"
version = "0.1.0"