-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathCargo.toml
33 lines (29 loc) · 790 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[package]
name = "rustracing_jaeger"
version = "0.10.0"
authors = ["Takeru Ohta <[email protected]>"]
description = "Jaeger client library created on top of rustracing"
homepage = "https://github.com/sile/rustracing_jaeger"
repository = "https://github.com/sile/rustracing_jaeger"
readme = "README.md"
keywords = ["opentracing", "jaeger"]
license = "MIT"
edition = "2021"
[badges]
coveralls = {repository = "sile/rustracing"}
[dependencies]
crossbeam-channel = "0.5"
hostname = "0.4.0"
percent-encoding = "2.1.0"
rand = "0.8.3"
rustracing = "0.6"
thrift_codec = "0.3"
trackable = "1"
[target.'cfg(not(target_os="android"))'.dependencies]
local-ip-address = "0.6.1"
[dev-dependencies]
bytecodec = "0.4"
fibers_global = "0.1"
fibers_http_server = "0.2"
futures = "0.1"
httpcodec = "0.2"