allstak 0.2.2

Native Rust SDK for AllStak: error monitoring, performance tracing, structured logging, and release-health sessions over the AllStak ingest protocol.
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.88"
name = "allstak"
version = "0.2.2"
build = false
exclude = [
    ".github/",
    "tests/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Native Rust SDK for AllStak: error monitoring, performance tracing, structured logging, and release-health sessions over the AllStak ingest protocol."
homepage = "https://allstak.sa"
readme = "README.md"
keywords = [
    "observability",
    "monitoring",
    "tracing",
    "errors",
    "telemetry",
]
categories = [
    "development-tools::debugging",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/AllStak/allstak-rust"

[package.metadata.docs.rs]
all-features = true

[features]
actix = [
    "dep:actix-web",
    "dep:futures-util",
]
anyhow = ["dep:anyhow"]
axum = [
    "dep:axum",
    "dep:tower",
    "dep:http",
    "dep:matchit",
]
default = ["panic"]
panic = []
reqwest-middleware = [
    "dep:reqwest-middleware",
    "dep:async-trait",
    "dep:http",
]
sqlx = ["tracing"]
tracing = [
    "dep:tracing",
    "dep:tracing-core",
    "dep:tracing-subscriber",
]

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

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

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

[dependencies.async-trait]
version = "0.1"
optional = true

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

[dependencies.backtrace]
version = "0.3"

[dependencies.flate2]
version = "1"
features = ["rust_backend"]
default-features = false

[dependencies.futures-util]
version = "0.3"
optional = true

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

[dependencies.matchit]
version = "0.7"
optional = true

[dependencies.once_cell]
version = "1"

[dependencies.regex]
version = "1"

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

[dependencies.reqwest-middleware]
version = "0.4"
optional = true

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

[dependencies.serde_json]
version = "1"

[dependencies.time]
version = "0.3"
features = [
    "formatting",
    "macros",
]

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

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

[dependencies.tracing]
version = "0.1"
optional = true

[dependencies.tracing-core]
version = "0.1"
optional = true

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "registry",
    "std",
]
optional = true
default-features = false

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

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

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

[dev-dependencies.wiremock]
version = "0.6"