mockforge-observability 0.3.66

Observability features for MockForge including Prometheus metrics, OpenTelemetry tracing, and recording
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 = "mockforge-observability"
version = "0.3.66"
authors = ["SaaSy Solutions LLC <ray.clanan@saasysolutionsllc.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Observability features for MockForge including Prometheus metrics, OpenTelemetry tracing, and recording"
homepage = "https://mockforge.dev"
documentation = "https://docs.rs/mockforge"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/SaaSy-Solutions/mockforge"

[features]
default = ["sysinfo"]
mockforge-tracing = ["dep:mockforge-tracing"]
opentelemetry = [
    "dep:tracing-opentelemetry",
    "mockforge-tracing",
]
sysinfo = ["dep:sysinfo"]

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

[dependencies.axum]
version = "0.8"

[dependencies.mockforge-tracing]
version = "0.3.66"
optional = true

[dependencies.once_cell]
version = "1.19"

[dependencies.prometheus]
version = "0.14"
features = ["process"]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sysinfo]
version = "0.37"
optional = true

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

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-appender]
version = "0.2"

[dependencies.tracing-opentelemetry]
version = "0.22"
optional = true

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

[dev-dependencies.tokio-test]
version = "0.4"