# 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 = "opentracingrust_zipkin" version = "0.3.1" authors = ["Stefano Pogliani "] description = "Zipkin tracer for OpenTracingRust" homepage = "https://github.com/stefano-pogliani/opentracingrust_zipkin" documentation = "https://docs.rs/opentracingrust_zipkin/" readme = "Readme.md" keywords = ["opentracing", "tracing", "zipkin"] license = "MIT" repository = "https://github.com/stefano-pogliani/opentracingrust-zipkin" [dependencies.byteorder] version = "^1.2.1" [dependencies.crossbeam-channel] version = "^0.4.2" [dependencies.data-encoding] version = "^2.1.1" [dependencies.kafka] version = "^0.8.0" optional = true [dependencies.opentracingrust] version = "^0.4.0" [dependencies.rand] version = "^0.7.3" [dependencies.reqwest] version = "^0.10.4" features = ["blocking"] [dependencies.serde] version = "^1.0.27" [dependencies.serde_json] version = "^1.0.9" [dependencies.thrift] version = "^0.13.0" [features] kafka_transport = ["kafka"]