timeout-tracing 0.1.2

Returns stack and span trace when the future hits a timeout
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 = "2024"
name = "timeout-tracing"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Returns stack and span trace when the future hits a timeout"
readme = "README.md"
license = "MIT"
repository = "https://github.com/dmitryvk/timeout-tracing"

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

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

[dependencies.pin-project-lite]
version = "0.2.16"

[dependencies.tokio]
version = "1.46.1"
features = ["time"]

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-error]
version = "0.2.1"

[dev-dependencies.futures]
version = "0.3.31"

[dev-dependencies.hyper]
version = "1.1.0"

[dev-dependencies.insta]
version = "1.43.1"
features = ["filters"]

[dev-dependencies.itertools]
version = "0.14.0"

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

[dev-dependencies.reqwest]
version = "0.12.22"
features = ["hickory-dns"]

[dev-dependencies.serial_test]
version = "3.2.0"

[dev-dependencies.sqlx]
version = "0.8.6"
features = [
    "postgres",
    "runtime-tokio",
]

[dev-dependencies.tokio]
version = "1.46.1"
features = [
    "rt",
    "macros",
    "test-util",
]

[dev-dependencies.tracing-subscriber]
version = "0.3.19"