blob: a2562b16c1a418f3085b6850b9766cf12fb6a4b8 [file] [log] [blame]
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)
[package]
edition = "2018"
name = "tracing-futures"
version = "0.2.4"
authors = ["Eliza Weisman <eliza@buoyant.io>", "Tokio Contributors <team@tokio.rs>"]
description = "Utilities for instrumenting `futures` with `tracing`.\n"
homepage = "https://tokio.rs"
readme = "README.md"
keywords = ["logging", "profiling", "tracing", "futures", "async"]
categories = ["development-tools::debugging", "development-tools::profiling", "asynchronous"]
license = "MIT"
repository = "https://github.com/tokio-rs/tracing"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[dependencies.futures]
version = "0.3.0"
optional = true
[dependencies.futures-task]
version = "0.3"
optional = true
[dependencies.futures_01]
version = "0.1"
optional = true
package = "futures"
[dependencies.pin-project]
version = "0.4"
optional = true
[dependencies.tokio]
version = "0.1"
optional = true
[dependencies.tokio-executor]
version = "0.1"
optional = true
[dependencies.tracing]
version = "0.1"
default-features = false
[dev-dependencies.tokio]
version = "0.1.22"
[dev-dependencies.tokio-test]
version = "0.2"
[dev-dependencies.tracing-core]
version = "0.1.2"
[features]
default = ["std-future", "std"]
futures-01 = ["futures_01", "std"]
futures-03 = ["std-future", "futures", "futures-task", "std"]
std = ["tracing/std"]
std-future = ["pin-project"]
[badges.maintenance]
status = "actively-developed"