[package]
name = "tracing-core"
version = "0.1.1"
authors = ["Tokio Contributors <team@tokio.rs>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/tokio-rs/tracing"
homepage = "https://tokio.rs"
documentation = "https://docs.rs/tracing-core/0.1.1/tracing_core"
description = """
Core primitives for application-level tracing.
"""
categories = [
"development-tools::debugging",
"development-tools::profiling",
"asynchronous",
]
keywords = ["logging", "tracing"]
edition = "2018"
[badges]
travis-ci = { repository = "tokio-rs/tracing", branch = "master" }
maintenance = { status = "actively-developed" }
[dependencies]
lazy_static = "1"