perf-sentinel 0.5.21

CLI for perf-sentinel: polyglot performance anti-pattern detector
# 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.95.0"
name = "perf-sentinel"
version = "0.5.21"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for perf-sentinel: polyglot performance anti-pattern detector"
homepage = "https://github.com/robintra/perf-sentinel"
readme = "README.md"
keywords = [
    "performance",
    "n-plus-one",
    "greenops",
    "observability",
    "opentelemetry",
]
categories = [
    "development-tools::profiling",
    "command-line-utilities",
]
license = "AGPL-3.0-only"
repository = "https://github.com/robintra/perf-sentinel"

[features]
daemon = ["perf-sentinel-core/daemon"]
default = [
    "tui",
    "daemon",
    "tempo",
    "jaeger-query",
]
jaeger-query = ["perf-sentinel-core/jaeger-query"]
tempo = ["perf-sentinel-core/tempo"]
tui = [
    "ratatui",
    "crossterm",
]

[[bin]]
name = "perf-sentinel"
path = "src/main.rs"

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

[dependencies.chrono]
version = "0.4"
features = ["clock"]
default-features = false

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

[dependencies.crossterm]
version = "0.29.0"
optional = true

[dependencies.perf-sentinel-core]
version = "0.5.13"

[dependencies.ratatui]
version = "0.30.0"
optional = true

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

[dependencies.serde_json]
version = "1.0.149"

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

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.23"
features = ["env-filter"]

[dev-dependencies.serde_json]
version = "1.0.149"

[dev-dependencies.tempfile]
version = "3.27.0"

[target.'cfg(target_env = "musl")'.dependencies.mimalloc]
version = "0.1.49"

[target.'cfg(target_os = "macos")'.dependencies.libc]
version = "0.2.183"