[dependencies.dashmap]
version = "6.1.0"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.tracing]
version = "0.1"
[dependencies.tracing-appender]
version = "0.2"
[dependencies.tracing-subscriber]
features = ["env-filter", "json", "registry", "std"]
version = "0.3"
[dependencies.uuid]
features = ["v4", "serde"]
version = "1.11"
[lib]
name = "ceylon_observability"
path = "src/lib.rs"
[package]
authors = ["Ceylon AI <dewmal@ceylon.ai>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Logging and metrics for the Ceylon agent framework"
edition = "2021"
license = "MIT"
name = "ceylon-observability"
readme = false
repository = "https://github.com/ceylonai/ceylon"
version = "0.1.2"