# 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 = "2021" name = "worterbuch-cli" version = "0.47.0" authors = ["Michael Bachmann "] build = 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 = "wbsub" path = "src/bin/wbsub.rs" [dependencies.anyhow] version = "1.0.70" [dependencies.clap] version = "4.1.11" features = ["derive"] [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] version = "1.26.0" features = [ "rt", "macros", "io-std", "time", ] [dependencies.tokio-graceful-shutdown] version = "0.15.1" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [dependencies.worterbuch-client] version = "0.47.0" [lints.clippy] all = "deny" enum_glob_use = "deny" unwrap_used = "deny" [lints.rust] unsafe_code = "forbid"