detrix-rs 1.2.0

Detrix client library for debug-on-demand observability in Rust applications
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.80"
name = "detrix-rs"
version = "1.2.0"
authors = ["Ilya Dyachenko"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Detrix client library for debug-on-demand observability in Rust applications"
documentation = "https://docs.rs/detrix-rs"
readme = "README.md"
keywords = [
    "debugging",
    "observability",
    "lldb",
    "dap",
]
categories = ["development-tools::debugging"]
license = "MIT"
repository = "https://github.com/flashus/detrix"

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

[[example]]
name = "basic_usage"
path = "examples/basic_usage.rs"

[[example]]
name = "test_wake"
path = "examples/test_wake.rs"

[[example]]
name = "trade_bot"
path = "examples/trade_bot.rs"

[dependencies.dirs]
version = "5.0"

[dependencies.hostname]
version = "0.4"

[dependencies.http-body-util]
version = "0.1"

[dependencies.hyper]
version = "1.5"
features = [
    "server",
    "http1",
]

[dependencies.hyper-util]
version = "0.1"
features = [
    "tokio",
    "server",
    "server-auto",
]

[dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "json",
    "rustls-tls",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dependencies.subtle]
version = "2.5"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.35"
features = [
    "rt-multi-thread",
    "sync",
    "net",
    "time",
    "process",
    "io-util",
    "macros",
]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.chrono]
version = "0.4"

[dev-dependencies.rand]
version = "0.8"

[dev-dependencies.regex]
version = "1.10"

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

[dev-dependencies.tokio]
version = "1.35"
features = [
    "full",
    "test-util",
]

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

[target."cfg(unix)".dependencies.nix]
version = "0.29"
features = [
    "signal",
    "process",
]

[lints.clippy]
expect_used = "warn"
panic = "warn"
unwrap_used = "warn"