[dependencies.futures-channel]
optional = true
version = "0.3.21"
[dependencies.futures-util]
default-features = false
features = ["sink", "std"]
optional = true
version = "0.3.21"
[dependencies.log]
version = "0.4.17"
[dependencies.serde]
features = ["derive"]
version = "1.0.137"
[dependencies.serde_json]
version = "1.0.81"
[dependencies.tokio]
features = ["sync", "rt"]
version = "1.19.2"
[dependencies.tokio-tungstenite]
optional = true
version = "0.17.1"
[dependencies.url]
optional = true
version = "2.2.2"
[dev-dependencies.tokio-test]
version = "0.4.2"
[features]
async = ["tokio/io-util"]
client = []
default = ["client", "server", "tcp"]
graphql = ["async", "web", "futures-channel", "url"]
server = []
tcp = ["async", "tokio/net"]
web = ["futures-util", "tokio-tungstenite"]
ws = ["async", "web"]
[package]
authors = ["Michael Bachmann <mbachmann@bbmsoft.net>"]
categories = ["database"]
description = "Client library for Wörterbuch."
edition = "2021"
keywords = ["message", "broker", "data", "base", "pubsub"]
license = "MIT"
name = "libworterbuch"
readme = "README.md"
repository = "https://github.com/babymotte/worterbuch"
version = "0.2.0"