hotfix-web-ui 0.1.16

Web dashboard UI components for the HotFIX engine
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 = "hotfix-web-ui"
version = "0.1.16"
authors = ["David Steiner <david_j_steiner@yahoo.co.nz>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Web dashboard UI components for the HotFIX engine"
homepage = "https://github.com/Validus-Risk-Management/hotfix"
readme = "README.md"
keywords = [
    "fix",
    "fix-protocol",
    "finance",
    "trading",
    "fx",
]
categories = [
    "finance",
    "encoding",
    "parsing",
]
license = "MIT"
repository = "https://github.com/Validus-Risk-Management/hotfix"
resolver = "2"

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

[dependencies.anyhow]
version = "^1.0.75"

[dependencies.askama]
version = "0.14"
features = ["serde_json"]

[dependencies.async-trait]
version = "0.1.89"

[dependencies.axum]
version = "^0.8"

[dependencies.chrono]
version = "^0.4"

[dependencies.displaydoc]
version = "0.2"

[dependencies.hotfix]
version = "0.10.0"

[dependencies.mime_guess]
version = "2.0.5"

[dependencies.rust-embed]
version = "8.7"
features = ["axum-ex"]

[dependencies.thiserror]
version = "2"

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
]

[dev-dependencies.tower]
version = "0.5"

[lints.rust.unexpected_cfgs]
level = "allow"
priority = 0
check-cfg = ["cfg(doc_cfg)"]