@@ -15,16 +15,13 @@ tokio-console = ["tokio/full", "tokio/tracing", "console-subscriber"]
15
15
[dependencies ]
16
16
anyhow = { version = " 1.0" }
17
17
arrayref = " 0.3.7"
18
- bytes = " 1.4"
19
18
priority-queue = " 2.1.1"
20
19
ddcommon = { path = " ../ddcommon" }
21
20
datadog-sidecar-macros = { path = " macros" }
22
21
23
22
ddtelemetry = { path = " ../ddtelemetry" , features = [" tracing" ] }
24
23
data-pipeline = { path = " ../data-pipeline" }
25
- datadog-trace-protobuf = { path = " ../trace-protobuf" }
26
24
datadog-trace-utils = { path = " ../trace-utils" }
27
- datadog-trace-normalization = { path = " ../trace-normalization" }
28
25
datadog-remote-config = { path = " ../remote-config" }
29
26
datadog-live-debugger = { path = " ../live-debugger" }
30
27
datadog-crashtracker = { path = " ../crashtracker" }
@@ -36,23 +33,19 @@ manual_future = "0.1.1"
36
33
http = " 0.2"
37
34
hyper = { version = " 0.14" , features = [" client" , " backports" , " deprecated" ], default-features = false }
38
35
lazy_static = " 1.4"
39
- pin-project = " 1"
40
36
41
37
datadog-ipc = { path = " ../ipc" , features = [" tiny-bytes" ] }
42
38
datadog-ipc-macros = { path = " ../ipc/macros" }
43
39
44
40
rand = " 0.8.3"
45
- regex = { version = " 1" }
46
41
serde = { version = " 1.0" , features = [" derive" , " rc" ] }
47
42
serde_with = " 3.6.0"
48
43
bincode = { version = " 1.3.3" }
49
44
serde_json = " 1.0"
50
- rmp-serde = " 1.1.1"
51
45
base64 = " 0.22.1"
52
46
spawn_worker = { path = " ../spawn_worker" }
53
47
zwohash = " 0.1.2"
54
48
sha2 = " 0.10"
55
- sys-info = { version = " 0.9.0" }
56
49
tokio = { version = " 1.35.1" , features = [
57
50
" fs" ,
58
51
" sync" ,
@@ -63,7 +56,6 @@ tokio = { version = "1.35.1", features = [
63
56
tokio-util = { version = " 0.7" , features = [" codec" ] }
64
57
65
58
prctl = " 1.0.0"
66
- io-lifetimes = { version = " 1.0" }
67
59
tracing = { version = " 0.1" , default-features = false }
68
60
tracing-log = { version = " 0.2.0" , optional = true }
69
61
tracing-subscriber = { version = " 0.3" , default-features = false , features = [
@@ -73,13 +65,10 @@ tracing-subscriber = { version = "0.3", default-features = false, features = [
73
65
], optional = true }
74
66
chrono = " 0.4.31"
75
67
console-subscriber = { version = " 0.1" , optional = true }
76
- uuid = { version = " 1.3" , features = [" v4" ] }
77
- hashbrown = { version = " 0.14" , features = [" raw" ] }
78
68
libc = { version = " 0.2" }
79
69
80
70
# watchdog and self telemetry
81
71
memory-stats = { version = " 1.0.0" }
82
- cadence = " 1.3.0"
83
72
84
73
[dependencies .windows ]
85
74
features = [
0 commit comments