http-zipkin 1.1.0

HTTP header propagation for Zipkin trace information.
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2018"
name = "http-zipkin"
version = "1.1.0"
authors = ["Steven Fackler <sfackler@palantir.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HTTP header propagation for Zipkin trace information."
readme = "README.md"
keywords = [
    "zipkin",
    "tracing",
]
categories = ["web-programming"]
license = "Apache-2.0"
repository = "https://github.com/palantir/rust-zipkin"

[lib]
name = "http_zipkin"
path = "src/lib.rs"

[dependencies.http]
version = "1.0"

[dependencies.zipkin]
version = "1.1.0"