# 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.75" name = "fastrace-futures" version = "0.7.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Utilities for tracing `futures` with fastrace" documentation = "https://docs.rs/fastrace-futures" readme = "README.md" keywords = [ "tracing", "span", "futures", "jaeger", "opentelemetry", ] categories = ["development-tools::debugging"] license = "Apache-2.0" repository = "https://github.com/fast/fastrace" [lib] name = "fastrace_futures" path = "src/lib.rs" [dependencies.fastrace] version = "0.7.4" [dependencies.futures] version = "0.3" [dependencies.pin-project-lite] version = "0.2" [dev-dependencies.async-stream] version = "0.3" [dev-dependencies.tokio] version = "1.38" features = [ "rt", "time", "macros", ]