zipkin-types 1.0.0

Type definitions for Zipkin distributed trace information
Documentation
[dependencies.data-encoding]
version = "2.1"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"

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

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