tokio-trace 0.1.0

A scoped, structured logging and diagnostics system.
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]
name = "tokio-trace"
version = "0.1.0"
authors = ["Tokio Contributors <team@tokio.rs>"]
description = "A scoped, structured logging and diagnostics system.\n"
homepage = "https://tokio.rs"
documentation = "https://docs.rs/tokio-trace/0.1.0/tokio_trace"
keywords = ["logging", "tracing"]
categories = ["development-tools::debugging", "asynchronous"]
license = "MIT"
repository = "https://github.com/tokio-rs/tokio"
[dependencies.cfg-if]
version = "0.1.7"

[dependencies.log]
version = "0.4"
optional = true

[dependencies.tokio-trace-core]
version = "0.2"
[dev-dependencies.ansi_term]
version = "0.11"

[dev-dependencies.futures]
version = "0.1"

[dev-dependencies.humantime]
version = "1.1.1"

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

[features]
max_level_debug = []
max_level_error = []
max_level_info = []
max_level_off = []
max_level_trace = []
max_level_warn = []
release_max_level_debug = []
release_max_level_error = []
release_max_level_info = []
release_max_level_off = []
release_max_level_trace = []
release_max_level_warn = []