otlp-embedded 0.0.2

In-memory OpenTelemetry trace collector and Web UI visualizer.
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 = "otlp-embedded"
version = "0.0.2"
authors = ["Bugen Zhao <i@bugenzhao.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "In-memory OpenTelemetry trace collector and Web UI visualizer."
readme = "README.md"
keywords = [
    "tracing",
    "opentelemetry",
    "otlp",
    "web",
    "debug",
]
categories = ["development-tools::debugging"]
license = "Apache-2.0"
repository = "https://github.com/risingwavelabs/otlp-embedded"

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

[[example]]
name = "basic"
path = "examples/basic.rs"

[[example]]
name = "mock_ui"
path = "examples/mock_ui.rs"

[dependencies.axum]
version = "0.8"

[dependencies.get-size2]
version = "0.7"
features = ["derive"]

[dependencies.hex]
version = "0.4"

[dependencies.itertools]
version = "0.14"

[dependencies.prost]
version = "0.14"

[dependencies.rust-embed]
version = "8"
features = ["mime-guess"]

[dependencies.schnellru]
version = "0.2"

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = ["sync"]
default-features = false

[dependencies.tonic]
version = "0.14"

[dependencies.tonic-prost]
version = "0.14"

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

[build-dependencies.tonic-prost-build]
version = "0.14"