await-tree 0.2.1

Instrument await-tree for actor-based applications.
Documentation
[[bench]]
harness = false
name = "basic"
[dependencies.coarsetime]
version = "0.1"

[dependencies.derive_builder]
version = "0.20"

[dependencies.flexstr]
version = "0.9"

[dependencies.indextree]
version = "4"

[dependencies.itertools]
version = "0.12"

[dependencies.parking_lot]
version = "0.12"

[dependencies.pin-project]
version = "1"

[dependencies.tokio]
features = ["rt"]
version = "1"

[dependencies.tracing]
version = "0.1"

[dependencies.weak-table]
version = "0.3.2"
[dev-dependencies.criterion]
features = ["async", "async_tokio"]
version = "0.5"

[dev-dependencies.futures]
default-features = false
features = ["alloc"]
version = "0.3"

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

[package]
categories = ["development-tools::debugging"]
description = "Instrument await-tree for actor-based applications."
edition = "2021"
keywords = ["async", "tokio", "backtrace", "actor"]
license = "Apache-2.0"
name = "await-tree"
readme = "README.md"
repository = "https://github.com/risingwavelabs/await-tree"
version = "0.2.1"
[profile.bench]
codegen-units = 1
debug = 0
debug-assertions = false
incremental = false
lto = "fat"
opt-level = 3
overflow-checks = false
rpath = false