tracing-honeycomb 0.4.3

Honeycomb.io tracing layer for multiprocess telemetry
Documentation
[package]
name = "tracing-honeycomb"
version = "0.4.3"
authors = [
    "Inanna Malick <inanna@recursion.wtf>",
    "Jeremiah Senkpiel <fishrock123@rocketmail.com>"
]
edition = "2018"
description = "Honeycomb.io tracing layer for multiprocess telemetry"
repository = "https://github.com/eaze/tracing-honeycomb"
keywords = ["tracing", "honeycomb", "instrumentation"]
license = "MIT"
readme = "README.md"

[features]
use_parking_lot = ["parking_lot", "tracing-distributed/use_parking_lot"]

[dependencies]
tracing = "0.1.12"
tracing-core = "0.1.9"
tracing-distributed =  { path = "../tracing-distributed", version = ">= 0.3, < 0.5" }
libhoney-rust = "0.1.3"
rand = "0.7"
chrono = "0.4"
parking_lot = { version = "0.11", optional = true }
uuid = { version = "0.8", features = ["v4"] }
sha-1 = "0.9"
serde = "1"
serde_json = "1"

[dev-dependencies]
tracing-attributes = "0.1.5"
futures-preview = { version = "0.3.0-alpha.19", features = ["compat"] }
tracing-subscriber = "0.3.0"
tokio = { version = "0.2", features = ["full"] }
tracing-futures = "0.2.1"
proptest = "0.9.5"