hive-console-sdk 0.3.21

Rust SDK for Hive Console
Documentation
[package]
name = "hive-console-sdk"
edition = "2021"
license = "MIT"
publish = true
version = "0.3.21"
description = "Rust SDK for Hive Console"
repository = "https://github.com/graphql-hive/router"
homepage = "https://github.com/graphql-hive/router"
authors = ["The Guild"]

[dependencies]
graphql-tools =  { path = "../graphql-tools", version = "0.5.8" }

async-trait = { workspace = true }
thiserror = { workspace = true }
reqwest = { workspace = true, features = [ "blocking" ] }
reqwest-retry = { workspace = true }
reqwest-middleware = { workspace = true, features = ["json"]}
anyhow = { workspace = true }
tracing = { workspace = true }
serde = { workspace = true }
tokio = { workspace = true, features = ["full"] }
md5 = "0.8.0"
serde_json = { workspace = true }
moka = { workspace = true }
rand = { workspace = true }
sha2 = { version = "0.10.8", features = ["std"] }
tokio-util = { workspace = true }
regex-automata = { workspace = true }
retry-policies = { workspace = true }
recloser = { workspace = true }
futures-util = { workspace = true }
typify = "0.7.0"
regress = "0.11.0"
lazy_static = { workspace = true }
vrl = { workspace = true }
http = { workspace = true }
bytes ={ workspace = true }
sonic-rs = { workspace = true }
humantime = { workspace = true }
http-serde = "2.1.1"
xxhash-rust = { workspace = true }
ahash = { workspace = true }

[dev-dependencies]
mockito = { workspace = true }