tailtriage 0.2.0

Default crate and entry point for tailtriage Tokio tail-latency triage
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"
name = "tailtriage"
version = "0.2.0"
build = false
include = [
    "Cargo.toml",
    "README.md",
    "LICENSE",
    "src/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Default crate and entry point for tailtriage Tokio tail-latency triage"
documentation = "https://docs.rs/tailtriage"
readme = "README.md"
keywords = [
    "tokio",
    "latency",
    "diagnostics",
    "instrumentation",
    "triage",
]
categories = [
    "asynchronous",
    "development-tools::profiling",
    "development-tools::debugging",
]
license = "MIT"
repository = "https://github.com/SG-devel/tailtriage"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
axum = ["dep:tailtriage-axum"]
controller = ["dep:tailtriage-controller"]
default = [
    "controller",
    "tokio",
]
full = [
    "controller",
    "tokio",
    "axum",
]
tokio = ["dep:tailtriage-tokio"]

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

[dependencies.tailtriage-axum]
version = "0.2.0"
optional = true

[dependencies.tailtriage-controller]
version = "0.2.0"
optional = true

[dependencies.tailtriage-core]
version = "0.2.0"

[dependencies.tailtriage-tokio]
version = "0.2.0"
optional = true

[lints.clippy]
all = "warn"
pedantic = "warn"

[lints.rust]
unsafe_code = "forbid"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(tokio_unstable)"]