[package] name = "replicante_util_tracing" version = "0.4.1" authors = ["Stefano Pogliani "] edition = "2018" description = "A collection of OpenTracing tools" documentation = "https://docs.rs/replicante_util_tracing" homepage = "https://www.replicante.io/" repository = "https://github.com/replicante-io/common" readme = "../../README.md" keywords = ["replicante", "utility", "opentracing"] license = "MIT" [dependencies] failure = "^0.1.5" humthreads = "^0.2.0" opentracingrust = "^0.4.0" opentracingrust_zipkin = "^0.3.0" reqwest = "^0.10.4" serde = "^1.0.34" serde_derive = "^1.0.34" slog = "^2.2.1" replicante_util_failure = { version = "^0.1.3", path = "../failure" } replicante_util_upkeep = { version = "^0.2.1", path = "../upkeep" } [dev-dependencies] serde_yaml = "^0.8.0"