feldera-observability 0.267.0

Shared observability utilities for Feldera services
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"
rust-version = "1.91.1"
name = "feldera-observability"
version = "0.267.0"
authors = ["Feldera Team <dev@feldera.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared observability utilities for Feldera services"
homepage = "https://github.com/feldera/feldera"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/feldera/feldera"
resolver = "2"

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

[dependencies.actix-http]
version = "3.11.2"

[dependencies.awc]
version = "3.5.1"

[dependencies.chrono]
version = "0.4.43"
features = ["now"]
default-features = false

[dependencies.colored]
version = "3.0.0"

[dependencies.reqwest]
version = "0.12.24"

[dependencies.sentry]
version = "0.45"
features = [
    "anyhow",
    "logs",
    "reqwest",
    "tracing",
    "actix",
    "backtrace",
    "contexts",
    "panic",
    "transport",
    "rustls",
]
default-features = false

[dependencies.serde_json]
version = "1.0.132"
features = ["arbitrary_precision"]

[dependencies.tracing]
version = "0.1.40"

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