ksqldb 0.1.0-alpha.6

A thin wrapper around the KSQL DB REST API to make it more ergonomic to work with.
Documentation
[dependencies.bytes]
version = "^1.0"

[dependencies.chrono]
version = "^0.4"

[dependencies.futures-core]
version = "^0.3"

[dependencies.futures-util]
version = "^0.3"

[dependencies.lazy_static]
optional = true
version = "^1.4"

[dependencies.pin-project-lite]
optional = true
version = "0.2.4"

[dependencies.regex]
optional = true
version = "1.4.3"

[dependencies.reqwest]
features = ["json", "stream"]
version = "^0.11"

[dependencies.serde]
features = ["derive"]
version = "^1.0"

[dependencies.serde_json]
version = "^1.0"

[dependencies.thiserror]
version = "^1.0"

[dependencies.tracing]
optional = true
version = "^0.1"

[dependencies.tracing-futures]
optional = true
version = "^0.2"
[dev-dependencies.tokio]
features = ["full"]
version = "1.2.0"

[features]
default = ["http2"]
http1 = ["regex", "pin-project-lite", "lazy_static"]
http2 = ["pin-project-lite"]
trace = ["tracing", "tracing-futures"]

[package]
authors = ["Naaman <naaman.the.dev@gmail.com>"]
categories = ["api-bindings", "asynchronous", "database"]
description = "A thin wrapper around the KSQL DB REST API to make it more ergonomic to work with."
edition = "2018"
include = ["**/*.rs", "Cargo.toml"]
license = "Apache-2.0"
name = "ksqldb"
readme = "readme.md"
repository = "https://github.com/naamancurtis/ksql-db-rs"
version = "0.1.0-alpha.6"