1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-01-19 08:24:41 +01:00

30 lines
826 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"
2024-02-19 11:29:31 +00:00
repository = "https://github.com/actix/actix-net/tree/master/actix-tracing"
2021-02-02 02:07:58 +00:00
documentation = "https://docs.rs/actix-tracing"
categories = ["network-programming", "asynchronous"]
license = "MIT OR Apache-2.0"
2023-07-17 03:05:39 +01:00
edition.workspace = true
rust-version.workspace = true
[package.metadata.cargo_check_external_types]
2024-12-29 14:27:56 +00:00
allowed_external_types = ["actix_service::*", "actix_utils::*", "tracing::*", "tracing_futures::*"]
[dependencies]
2022-10-21 03:15:48 +01:00
actix-service = "2"
actix-utils = "3"
2022-07-23 01:47:59 +01:00
tracing = "0.1.35"
tracing-futures = "0.2"
2024-05-11 15:10:56 +01:00
[dev-dependencies]
2022-10-21 03:15:48 +01:00
actix-rt = "2"
slab = "0.4"
2024-12-29 14:27:56 +00:00
[lints]
workspace = true