worterbuch-cli 1.1.0

Command line clients for Wörterbuch.
Documentation
[[bin]]
name = "wbdel"
path = "src/bin/wbdel.rs"

[[bin]]
name = "wbget"
path = "src/bin/wbget.rs"

[[bin]]
name = "wbjson"
path = "src/bin/wbjson.rs"

[[bin]]
name = "wbls"
path = "src/bin/wbls.rs"

[[bin]]
name = "wblssub"
path = "src/bin/wblssub.rs"

[[bin]]
name = "wbpdel"
path = "src/bin/wbpdel.rs"

[[bin]]
name = "wbpget"
path = "src/bin/wbpget.rs"

[[bin]]
name = "wbpls"
path = "src/bin/wbpls.rs"

[[bin]]
name = "wbpsub"
path = "src/bin/wbpsub.rs"

[[bin]]
name = "wbpub"
path = "src/bin/wbpub.rs"

[[bin]]
name = "wbpubs"
path = "src/bin/wbpubs.rs"

[[bin]]
name = "wbset"
path = "src/bin/wbset.rs"

[[bin]]
name = "wbsets"
path = "src/bin/wbsets.rs"

[[bin]]
name = "wbspub"
path = "src/bin/wbspub.rs"

[[bin]]
name = "wbsub"
path = "src/bin/wbsub.rs"

[dependencies.anyhow]
version = "1.0.70"

[dependencies.clap]
features = ["derive"]
version = "4.1.11"

[dependencies.dotenv]
version = "0.15.0"

[dependencies.log]
version = "0.4.17"

[dependencies.serde]
version = "1.0.157"

[dependencies.serde_json]
version = "1.0.94"

[dependencies.tokio]
features = ["rt", "macros", "io-std", "time"]
version = "1.26.0"

[dependencies.tokio-graceful-shutdown]
version = "0.15.1"

[dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3.18"

[dependencies.worterbuch-client]
version = "1.0.0"

[lib]
name = "worterbuch_cli"
path = "src/lib.rs"

[lints.clippy]
all = "deny"
enum_glob_use = "deny"
unwrap_used = "deny"

[lints.rust]
unsafe_code = "forbid"

[package]
authors = ["Michael Bachmann <mbachmann@bbmsoft.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["database", "command-line-utilities"]
description = "Command line clients for Wörterbuch."
edition = "2021"
keywords = ["message", "broker", "data", "base", "pubsub"]
license = "AGPL-3.0-or-later"
name = "worterbuch-cli"
readme = "README.md"
repository = "https://github.com/babymotte/worterbuch"
version = "1.1.0"