chaincodec-observability 0.2.0

OpenTelemetry metrics, tracing, and structured logging for ChainCodec
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 = "2021"
name = "chaincodec-observability"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OpenTelemetry metrics, tracing, and structured logging for ChainCodec"
homepage = "https://github.com/DarshanKumar89/chainkit/tree/main/chaincodec"
documentation = "https://docs.rs/chaincodec-observability"
readme = "README.md"
keywords = [
    "blockchain",
    "chaincodec",
    "opentelemetry",
    "metrics",
    "tracing",
]
categories = ["development-tools::profiling"]
license = "MIT"
repository = "https://github.com/DarshanKumar89/chainkit"

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

[dependencies.chaincodec-core]
version = "0.2.0"

[dependencies.opentelemetry]
version = "0.23"

[dependencies.opentelemetry-otlp]
version = "0.16"
features = ["tonic"]

[dependencies.opentelemetry_sdk]
version = "0.23"
features = ["rt-tokio"]

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

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

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-opentelemetry]
version = "0.24"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "json",
]