worterbuch-cli 1.4.2

Command line clients for Wörterbuch.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

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

[[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.clap]
version = "4.1.11"
features = ["derive"]

[dependencies.dotenvy]
version = "0.15.7"

[dependencies.miette]
version = "7.5.0"
features = ["fancy"]

[dependencies.serde]
version = "1.0.157"

[dependencies.serde_json]
version = "1.0.94"

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

[dependencies.tokio-graceful-shutdown]
version = "0.19.0"
features = ["tracing"]

[dependencies.tracing]
version = "0.1.41"

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

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

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

[lints.rust]
unsafe_code = "forbid"