# 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 = "otlp-embedded" version = "0.0.1" authors = ["Bugen Zhao "] 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" [dependencies.axum] version = "0.6" [dependencies.hex] version = "0.4" [dependencies.itertools] version = "0.12" [dependencies.prost] version = "0.12" [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 = ["full"] [dependencies.tonic] version = "0.4.1" package = "madsim-tonic" [dependencies.tracing] version = "0.1" [build-dependencies.tonic-build] version = "0.4.2" package = "madsim-tonic-build"