1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-24 03:42:59 +01:00
actix-net/actix-tracing/Cargo.toml

28 lines
653 B
TOML
Raw Normal View History

[package]
name = "actix-tracing"
version = "0.1.0"
authors = ["Rajasekharan Vengalil <avranju@gmail.com>"]
description = "Support for tokio tracing with Actix services"
keywords = ["network", "framework", "tracing"]
homepage = "https://actix.rs"
repository = "https://github.com/actix/actix-net.git"
2021-02-02 03:07:58 +01:00
documentation = "https://docs.rs/actix-tracing"
categories = ["network-programming", "asynchronous"]
license = "MIT OR Apache-2.0"
edition = "2018"
[lib]
name = "actix_tracing"
path = "src/lib.rs"
[dependencies]
2021-04-16 16:18:53 +02:00
actix-service = "2.0.0"
actix-utils = "3.0.0"
tracing = "0.1"
tracing-futures = "0.2"
[dev_dependencies]
2021-02-03 11:25:31 +01:00
actix-rt = "2.0.0"
slab = "0.4"