# 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 = "await-tree" version = "0.2.1" description = "Instrument await-tree for actor-based applications." readme = "README.md" keywords = [ "async", "tokio", "backtrace", "actor", ] categories = ["development-tools::debugging"] license = "Apache-2.0" repository = "https://github.com/risingwavelabs/await-tree" [profile.bench] opt-level = 3 lto = "fat" codegen-units = 1 debug = 0 debug-assertions = false rpath = false overflow-checks = false incremental = false [[bench]] name = "basic" harness = false [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] version = "1" features = ["rt"] [dependencies.tracing] version = "0.1" [dependencies.weak-table] version = "0.3.2" [dev-dependencies.criterion] version = "0.5" features = [ "async", "async_tokio", ] [dev-dependencies.futures] version = "0.3" features = ["alloc"] default-features = false [dev-dependencies.tokio] version = "1" features = [ "rt", "rt-multi-thread", "time", "macros", ]