raymon 0.2.0

Stateful MCP server and TUI for Ray-style logs
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"
rust-version = "1.70"
name = "raymon"
version = "0.2.0"
build = false
exclude = [
    ".DS_Store",
    "specs/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Stateful MCP server and TUI for Ray-style logs"
homepage = "https://github.com/bnomei/raymon"
documentation = "https://docs.rs/raymon"
readme = "README.md"
keywords = [
    "mcp",
    "tui",
    "logging",
    "observability",
    "developer-tools",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/bnomei/raymon"

[features]
default = ["rayon"]

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

[[bin]]
name = "raymon"
path = "src/main.rs"

[[test]]
name = "ray_php_local"
path = "tests/ray_php_local.rs"

[[bench]]
name = "raymon_ingest_perf"
path = "benches/raymon_ingest_perf.rs"
harness = false

[[bench]]
name = "raymon_perf"
path = "benches/raymon_perf.rs"
harness = false

[[bench]]
name = "raymon_storage_perf"
path = "benches/raymon_storage_perf.rs"
harness = false

[[bench]]
name = "raymon_tui_perf"
path = "benches/raymon_tui_perf.rs"
harness = false

[dependencies.arboard]
version = "3"

[dependencies.axum]
version = "0.7"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.crossterm]
version = "0.28"

[dependencies.itoa]
version = "1.0.17"

[dependencies.memchr]
version = "2.8.0"

[dependencies.rapidfuzz]
version = "0.5"

[dependencies.ratatui]
version = "0.28"

[dependencies.rayon]
version = "1"
optional = true

[dependencies.regex]
version = "1"

[dependencies.rmcp]
version = "1.2"
features = [
    "server",
    "macros",
    "transport-io",
    "transport-streamable-http-server",
    "transport-streamable-http-server-session",
    "tower",
]

[dependencies.schemars]
version = "1"
features = [
    "derive",
    "chrono04",
]

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

[dependencies.serde_json]
version = "1"

[dependencies.shlex]
version = "1"

[dependencies.smallvec]
version = "1.15.1"

[dependencies.smol_str]
version = "0.3.5"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "1"

[dependencies.tiktoken-rs]
version = "0.9.1"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "signal",
    "sync",
    "time",
]

[dependencies.tower]
version = "0.5"

[dependencies.tracing]
version = "0.1"

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

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "serde",
]

[dev-dependencies.divan]
version = "4.3.0"
package = "codspeed-divan-compat"

[dev-dependencies.rstest]
version = "0.23"