hdds-debugger 1.0.10

High-performance DDS (Data Distribution Service) implementation in pure Rust
# 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 = "hdds-debugger"
version = "1.0.10"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance DDS (Data Distribution Service) implementation in pure Rust"
readme = "README.md"
keywords = [
    "dds",
    "rtps",
    "middleware",
    "pubsub",
    "realtime",
]
categories = ["network-programming"]
license = "Apache-2.0 OR MIT"
repository = "https://git.hdds.io/hdds/hdds.git"

[[bin]]
name = "hdds-debugger"
path = "src/main.rs"

[dependencies.axum]
version = "0.7"

[dependencies.mime_guess]
version = "2"

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

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

[dependencies.tower-http]
version = "0.5"
features = ["cors"]

[dev-dependencies.reqwest]
version = "0.11"
features = ["blocking"]