246 lines
4.1 KiB
TOML
246 lines
4.1 KiB
TOML
# 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 = "2018"
|
|
rust-version = "1.63.0"
|
|
name = "tracing-subscriber"
|
|
version = "0.3.18"
|
|
authors = [
|
|
"Eliza Weisman <eliza@buoyant.io>",
|
|
"David Barsky <me@davidbarsky.com>",
|
|
"Tokio Contributors <team@tokio.rs>",
|
|
]
|
|
description = """
|
|
Utilities for implementing and composing `tracing` subscribers.
|
|
"""
|
|
homepage = "https://tokio.rs"
|
|
readme = "README.md"
|
|
keywords = [
|
|
"logging",
|
|
"tracing",
|
|
"metrics",
|
|
"subscriber",
|
|
]
|
|
categories = [
|
|
"development-tools::debugging",
|
|
"development-tools::profiling",
|
|
"asynchronous",
|
|
]
|
|
license = "MIT"
|
|
repository = "https://github.com/tokio-rs/tracing"
|
|
resolver = "2"
|
|
|
|
[package.metadata.docs.rs]
|
|
all-features = true
|
|
rustdoc-args = [
|
|
"--cfg",
|
|
"docsrs",
|
|
]
|
|
|
|
[[bench]]
|
|
name = "filter"
|
|
harness = false
|
|
|
|
[[bench]]
|
|
name = "filter_log"
|
|
harness = false
|
|
|
|
[[bench]]
|
|
name = "fmt"
|
|
harness = false
|
|
|
|
[[bench]]
|
|
name = "enter"
|
|
harness = false
|
|
|
|
[dependencies.chrono]
|
|
version = "0.4.26"
|
|
features = [
|
|
"clock",
|
|
"std",
|
|
]
|
|
optional = true
|
|
default-features = false
|
|
|
|
[dependencies.matchers]
|
|
version = "0.1.0"
|
|
optional = true
|
|
|
|
[dependencies.nu-ansi-term]
|
|
version = "0.46.0"
|
|
optional = true
|
|
|
|
[dependencies.once_cell]
|
|
version = "1.13.0"
|
|
optional = true
|
|
|
|
[dependencies.parking_lot]
|
|
version = "0.12.1"
|
|
optional = true
|
|
|
|
[dependencies.regex]
|
|
version = "1.6.0"
|
|
features = [
|
|
"std",
|
|
"unicode-case",
|
|
"unicode-perl",
|
|
]
|
|
optional = true
|
|
default-features = false
|
|
|
|
[dependencies.serde]
|
|
version = "1.0.140"
|
|
optional = true
|
|
|
|
[dependencies.serde_json]
|
|
version = "1.0.82"
|
|
optional = true
|
|
|
|
[dependencies.sharded-slab]
|
|
version = "0.1.4"
|
|
optional = true
|
|
|
|
[dependencies.smallvec]
|
|
version = "1.9.0"
|
|
optional = true
|
|
|
|
[dependencies.thread_local]
|
|
version = "1.1.4"
|
|
optional = true
|
|
|
|
[dependencies.time]
|
|
version = "0.3.2"
|
|
features = ["formatting"]
|
|
optional = true
|
|
|
|
[dependencies.tracing]
|
|
version = "0.1.35"
|
|
optional = true
|
|
default-features = false
|
|
|
|
[dependencies.tracing-core]
|
|
version = "0.1.30"
|
|
default-features = false
|
|
|
|
[dependencies.tracing-log]
|
|
version = "0.2.0"
|
|
features = [
|
|
"log-tracer",
|
|
"std",
|
|
]
|
|
optional = true
|
|
default-features = false
|
|
|
|
[dependencies.tracing-serde]
|
|
version = "0.1.3"
|
|
optional = true
|
|
|
|
[dev-dependencies.criterion]
|
|
version = "0.3.6"
|
|
default-features = false
|
|
|
|
[dev-dependencies.log]
|
|
version = "0.4.17"
|
|
|
|
[dev-dependencies.regex]
|
|
version = "1"
|
|
features = ["std"]
|
|
default-features = false
|
|
|
|
[dev-dependencies.time]
|
|
version = "0.3.2"
|
|
features = [
|
|
"formatting",
|
|
"macros",
|
|
]
|
|
|
|
[dev-dependencies.tokio]
|
|
version = "1"
|
|
features = [
|
|
"rt",
|
|
"macros",
|
|
]
|
|
|
|
[dev-dependencies.tracing]
|
|
version = "0.1.35"
|
|
|
|
[dev-dependencies.tracing-futures]
|
|
version = "0.2.0"
|
|
features = [
|
|
"std-future",
|
|
"std",
|
|
]
|
|
default-features = false
|
|
|
|
[dev-dependencies.tracing-log]
|
|
version = "0.2.0"
|
|
|
|
[features]
|
|
alloc = []
|
|
ansi = [
|
|
"fmt",
|
|
"nu-ansi-term",
|
|
]
|
|
default = [
|
|
"smallvec",
|
|
"fmt",
|
|
"ansi",
|
|
"tracing-log",
|
|
"std",
|
|
]
|
|
env-filter = [
|
|
"matchers",
|
|
"regex",
|
|
"once_cell",
|
|
"tracing",
|
|
"std",
|
|
"thread_local",
|
|
]
|
|
fmt = [
|
|
"registry",
|
|
"std",
|
|
]
|
|
json = [
|
|
"tracing-serde",
|
|
"serde",
|
|
"serde_json",
|
|
]
|
|
local-time = ["time/local-offset"]
|
|
registry = [
|
|
"sharded-slab",
|
|
"thread_local",
|
|
"std",
|
|
]
|
|
std = [
|
|
"alloc",
|
|
"tracing-core/std",
|
|
]
|
|
valuable = [
|
|
"tracing-core/valuable",
|
|
"valuable_crate",
|
|
"valuable-serde",
|
|
"tracing-serde/valuable",
|
|
]
|
|
|
|
[target."cfg(tracing_unstable)".dependencies.valuable-serde]
|
|
version = "0.1.0"
|
|
optional = true
|
|
default-features = false
|
|
|
|
[target."cfg(tracing_unstable)".dependencies.valuable_crate]
|
|
version = "0.1.0"
|
|
optional = true
|
|
default-features = false
|
|
package = "valuable"
|
|
|
|
[badges.maintenance]
|
|
status = "experimental"
|