-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
36 lines (32 loc) · 1.03 KB
/
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
34
35
36
[package]
name = "rust-workspace"
version = "0.8.5"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
colored = "2.1.0"
hyper = { version = "1.3.1", features = ["full"] }
hyper-util = { version = "0.1.5", features = ["full"] }
http-body-util = "0.1.2"
tokio = { version = "1.38.0", features = ["full"] }
meval = "0.2"
rand = "0.8.5"
sysinfo = "0.30.12"
# ML Packages for Model Training
linfa = "0.7.0"
linfa-logistic = { version = "0.7.0", features = ["serde"] }
linfa-trees = { version = "0.7.0", features = ["serde"] }
csv = "1.3.0"
ndarray = "0.15.6"
ciborium = "0.2.2"
plotters = "0.3.6"
# GitHub data pipeline
octorust = "0.7.0"
serde_json = "1.0.117"
regex = "1.10.5"
mongodb = { version = "2.8.2", default-features = false, features = ["tokio-sync"] }
[dev-dependencies]
[dev-dependencies.cargo-husky]
version = "1"
default-features = false # Disable features which are enabled by default
features = ["user-hooks"] # Store all hooks in the .cargo-husky/hooks directory