| # 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-subscriber" |
| version = "0.2.7" |
| 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 |
| [dependencies.ansi_term] |
| version = "0.11" |
| optional = true |
| |
| [dependencies.chrono] |
| version = "0.4" |
| optional = true |
| |
| [dependencies.lazy_static] |
| version = "1" |
| optional = true |
| |
| [dependencies.matchers] |
| version = "0.0.1" |
| optional = true |
| |
| [dependencies.parking_lot] |
| version = ">= 0.7, <= 0.11" |
| optional = true |
| |
| [dependencies.regex] |
| version = "1" |
| optional = true |
| |
| [dependencies.serde] |
| version = "1.0" |
| optional = true |
| |
| [dependencies.serde_json] |
| version = "1.0" |
| optional = true |
| |
| [dependencies.sharded-slab] |
| version = "^0.0.9" |
| optional = true |
| |
| [dependencies.smallvec] |
| version = "1" |
| optional = true |
| |
| [dependencies.tracing-core] |
| version = "0.1.2" |
| |
| [dependencies.tracing-log] |
| version = "0.1" |
| features = ["log-tracer", "std"] |
| optional = true |
| default-features = false |
| |
| [dependencies.tracing-serde] |
| version = "0.1.1" |
| optional = true |
| [dev-dependencies.criterion] |
| version = "0.3" |
| default_features = false |
| |
| [dev-dependencies.log] |
| version = "0.4" |
| |
| [dev-dependencies.regex] |
| version = "1" |
| |
| [dev-dependencies.tracing] |
| version = "0.1" |
| |
| [dev-dependencies.tracing-log] |
| version = "0.1" |
| |
| [features] |
| ansi = ["fmt", "ansi_term"] |
| default = ["env-filter", "smallvec", "fmt", "ansi", "chrono", "tracing-log", "json"] |
| env-filter = ["matchers", "regex", "lazy_static"] |
| fmt = ["registry"] |
| json = ["tracing-serde", "serde", "serde_json"] |
| registry = ["sharded-slab"] |
| [badges.maintenance] |
| status = "experimental" |