tracing-subscriber 0.1.2

Utilities for implementing and composing `tracing` subscribers.
Documentation
# 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.1.2"
authors = ["Eliza Weisman <eliza@buoyant.io>", "Tokio Contributors <team@tokio.rs>"]
description = "Utilities for implementing and composing `tracing` subscribers.\n"
homepage = "https://tokio.rs"
documentation = "https://docs.rs/tracing-subscriber/0.1.2/tracing-subscriber"
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"

[[bench]]
name = "filter"
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.owning_ref]
version = "0.4.0"
optional = true

[dependencies.parking_lot]
version = ">= 0.7, < 0.10"
features = ["owning_ref"]
optional = true

[dependencies.regex]
version = "1"
optional = true

[dependencies.smallvec]
version = "0.6.10"
optional = true

[dependencies.tracing-core]
version = "0.1.2"

[dependencies.tracing-log]
version = "0.1"
optional = true
default-features = false
[dev-dependencies.criterion]
version = "0.3"
default_features = false

[dev-dependencies.log]
version = "0.4"

[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"]
env-filter = ["matchers", "regex", "lazy_static"]
filter = ["env-filter"]
fmt = ["owning_ref"]
[badges.azure-devops]
build = "1"
pipeline = "tokio-rs.tracing"
project = "tracing/tracing"

[badges.maintenance]
status = "experimental"