ephem-debugger-rs 0.3.3

Dev-only observability for AI agent debugging
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"
name = "ephem-debugger-rs"
version = "0.3.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Dev-only observability for AI agent debugging"
homepage = "https://debugger.ephem.sh/"
readme = "README.md"
license = "MIT"
repository = "https://github.com/ephem-sh/debugger"

[features]
actix = ["dep:actix-web"]
axum = [
    "dep:axum",
    "dep:tower",
]
default = []
poem = ["dep:poem"]
rocket = ["dep:rocket"]

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

[dependencies.actix-web]
version = "4"
optional = true

[dependencies.axum]
version = "0.8"
optional = true

[dependencies.poem]
version = "3"
optional = true

[dependencies.rocket]
version = "0.5"
optional = true

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "net",
    "io-util",
    "rt",
    "sync",
    "time",
    "fs",
    "macros",
]

[dependencies.tower]
version = "0.5"
features = ["util"]
optional = true

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["registry"]

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