| # 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" |
| name = "tracing-subscriber" |
| version = "0.3.1" |
| authors = ["Eliza Weisman <eliza@buoyant.io>", "David Barsky <me@davidbarsky.com>", "Tokio Contributors <team@tokio.rs>"] |
| description = "Utilities for implementing and composing `tracing` subscribers.\n" |
| 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" |
| [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.ansi_term] |
| version = "0.12" |
| optional = true |
| |
| [dependencies.lazy_static] |
| version = "1" |
| optional = true |
| |
| [dependencies.matchers] |
| version = "0.1.0" |
| optional = true |
| |
| [dependencies.parking_lot] |
| version = ">= 0.7, <= 0.11" |
| optional = true |
| |
| [dependencies.regex] |
| version = "1" |
| features = ["std"] |
| optional = true |
| default-features = false |
| |
| [dependencies.serde] |
| version = "1.0" |
| optional = true |
| |
| [dependencies.serde_json] |
| version = "1.0" |
| optional = true |
| |
| [dependencies.sharded-slab] |
| version = "0.1.0" |
| optional = true |
| |
| [dependencies.smallvec] |
| version = "1" |
| optional = true |
| |
| [dependencies.thread_local] |
| version = "1.0.1" |
| optional = true |
| |
| [dependencies.time] |
| version = "0.3" |
| features = ["formatting"] |
| optional = true |
| |
| [dependencies.tracing] |
| version = "0.1" |
| optional = true |
| default-features = false |
| |
| [dependencies.tracing-core] |
| version = "0.1.20" |
| |
| [dependencies.tracing-log] |
| version = "0.1.2" |
| features = ["log-tracer", "std"] |
| optional = true |
| default-features = false |
| |
| [dependencies.tracing-serde] |
| version = "0.1.2" |
| optional = true |
| [dev-dependencies.criterion] |
| version = "0.3" |
| default_features = false |
| |
| [dev-dependencies.log] |
| version = "0.4" |
| |
| [dev-dependencies.regex] |
| version = "1" |
| features = ["std"] |
| default-features = false |
| |
| [dev-dependencies.time] |
| version = "0.3" |
| features = ["formatting", "macros"] |
| |
| [dev-dependencies.tokio] |
| version = "0.2" |
| features = ["rt-core", "macros"] |
| |
| [dev-dependencies.tracing] |
| version = "0.1" |
| |
| [dev-dependencies.tracing-futures] |
| version = "0.2" |
| features = ["std-future", "std"] |
| default-features = false |
| |
| [dev-dependencies.tracing-log] |
| version = "0.1.2" |
| |
| [features] |
| alloc = [] |
| ansi = ["fmt", "ansi_term"] |
| default = ["smallvec", "fmt", "ansi", "tracing-log", "std"] |
| env-filter = ["matchers", "regex", "lazy_static", "tracing", "std"] |
| 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"] |
| [badges.maintenance] |
| status = "experimental" |