-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
31 lines (28 loc) · 837 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
[package]
name = "kaleidoscope"
version = "0.3.0"
authors = ["Leo Balduf <[email protected]>"]
edition = "2021"
[dependencies]
#alloy = {git = "https://github.com/mrd0ll4r/alloy"}
alloy = { path = "../alloy" }
failure = { version = "0.1", features = ["std", "backtrace"] }
log = { version = "0.4", features = ["std", "serde"] }
flexi_logger = { version = "0.24" }
#serde = {version="1.0.104",features=["derive"]}
#serde_json = "1.0.46"
itertools = "0.10"
statistical = "1.0.0"
# Tokio, Lua, Runtime
tokio = { version = "1", features = ["rt-multi-thread", "macros", "sync", "net", "time"] }
tokio-stream = "0.1"
futures = "0.3"
interpolation = "0.2"
noise = "0.8"
rlua = "0.19"
chrono = "0.4"
# Prometheus
prometheus_exporter = "0.8.5"
prometheus = { version = "0.13.0", features = ["process"] }
lazy_static = "1"
systemstat = "0.2"