rlqt-ui 0.19.0

Web UI for RabbitMQ Log Querying Tools
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 = "rlqt-ui"
version = "0.19.0"
authors = ["Michael S. Klishin and Contributors"]
build = "build.rs"
include = [
    "src/**/*",
    "build.rs",
    "Cargo.toml",
    "frontend/dist/**/*",
    "frontend/src/wasm/pkg/*.wasm",
    "frontend/src/wasm/pkg/*.js",
    "frontend/src/wasm/pkg/*.d.ts",
    "frontend/src/wasm/pkg/package.json",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Web UI for RabbitMQ Log Querying Tools"
homepage = "https://github.com/michaelklishin/rabbitmq-lqt"
readme = "README.md"
keywords = [
    "rabbitmq",
    "logs",
    "annotation-tools",
]
categories = [
    "command-line-utilities",
    "parsing",
]
license = "MPL-2.0"
repository = "https://github.com/michaelklishin/rabbitmq-lqt"

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

[dependencies.axum]
version = "0.8"
features = ["macros"]

[dependencies.bel7-axum]
version = "0.1"
features = ["embed"]

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.chrono-english]
version = "0.1"

[dependencies.clap]
version = "4.5"
features = [
    "help",
    "color",
    "cargo",
    "env",
    "derive",
]

[dependencies.duckdb]
version = "1.4"
features = ["bundled"]

[dependencies.fern]
version = "0.7"

[dependencies.log]
version = "0.4"

[dependencies.opener]
version = "0.8"

[dependencies.rlqt-lib]
version = "0.19.0"

[dependencies.rlqt-ql]
version = "0.19.0"

[dependencies.rust-embed]
version = "8"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.49"
features = ["full"]

[dependencies.tower]
version = "0.5"
features = ["full"]

[dependencies.tower-http]
version = "0.6"
features = [
    "trace",
    "cors",
]

[dev-dependencies.tempfile]
version = "3"