# 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" version = "0.44.2" authors = ["Michael Bachmann "] default-run = "worterbuch" description = "A message broker / database hybrid." readme = "README.md" keywords = [ "message", "broker", "data", "base", "pubsub", ] categories = ["database-implementations"] license = "AGPL-3.0-or-later" repository = "https://github.com/babymotte/worterbuch" [dependencies.anyhow] version = "1.0.70" [dependencies.clap] version = "4.1.11" features = ["derive"] [dependencies.dotenv] version = "0.15.0" [dependencies.futures] version = "0.3.27" [dependencies.hashlink] version = "0.9.0" [dependencies.hex] version = "0.4.3" [dependencies.jsonwebtoken] version = "9.2.0" [dependencies.log] version = "0.4.17" [dependencies.miette] version = "7.1.0" features = ["fancy"] [dependencies.poem] version = "3.0.1" features = [ "websocket", "static-files", "sse", ] [dependencies.serde] version = "1.0.157" features = ["derive"] [dependencies.serde_json] version = "1.0.94" [dependencies.serde_yaml] version = "0.9.22" [dependencies.sha2] version = "0.10.6" [dependencies.tokio] version = "1.26.0" features = [ "signal", "rt-multi-thread", "fs", ] [dependencies.tokio-graceful-shutdown] version = "0.13.0" [dependencies.tokio-stream] version = "0.1.14" [dependencies.tracing-subscriber] version = "0.3.16" [dependencies.urlencoding] version = "2.1.2" [dependencies.uuid] version = "1.3.0" features = ["v4"] [dependencies.worterbuch-common] version = "0.44.2" [features] commercial = [] default = ["jemalloc"] jemalloc = ["tikv-jemallocator"] [target."cfg(not(target_env = \"msvc\"))".dependencies.tikv-jemallocator] version = "0.5" optional = true [lints.clippy] all = "deny" enum_glob_use = "deny" unwrap_used = "deny" [lints.rust] unsafe_code = "forbid"