-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
68 lines (67 loc) · 1.71 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
[workspace]
members = ["crates/*", "yggdrasil"]
resolver = "2"
[workspace.dependencies]
alsa = "0.9.0"
async-trait = "0.1.81"
byteorder = "1.4.3"
cargo_toml = "0.19.2"
clap = "4.5.11"
colored = "2.0.4"
derive_more = "0.99.18"
dialoguer = "0.11.0"
dot-structures = "0.1.1"
dyn-clone = "1.0.17"
enum_dispatch = "0.3.13"
fast_image_resize = "3.0.4"
fast-math = "0.1.1"
futures = "0.3.28"
geo = "0.28.0"
glob = "0.3.1"
graphviz-rust = "0.9.0"
home = "0.5.9"
# We're stuck on this version until rerun updates
# https://github.com/rerun-io/rerun/pull/5280
image = "0.25.2"
itertools = "0.13.0"
indicatif = "0.17.8"
kira = "0.8.7"
linreg = "0.2.0"
linuxvideo = { git = "ssh://[email protected]/IntelligentRoboticsLab/linuxvideo.git", rev = "b8536cf4da325de79f398e70a74cee5bf426f64c" }
local-ip-address = "0.6.1"
miette = "5.10.0"
nalgebra = { version = "0.32.6" }
ndarray = "0.15.6"
nidhogg = { git = "ssh://[email protected]/IntelligentRoboticsLab/nidhogg.git", rev = "b4a4ac455cb67986a5ea4ffaa88a91e2a8cd9feb" }
num = "0.4.3"
openvino = { git = "https://github.com/YukumoHunter/openvino-rs.git", branch = "evil-hack", features = [
"runtime-linking",
] }
ordered-float = "4.2.1"
lstsq = "0.5.0"
pathfinding = "4.10.0"
petgraph = "0.6.5"
proc-macro2 = "1.0.86"
quote = "1.0.36"
rayon = "1.10.0"
regex = "1.10.5"
rerun = { version = "0.17.0", features = ["image"] }
rustfft = "6.2.0"
rustc_version = "0.4.0"
serde = "1.0.204"
serde_json = "1.0.121"
serde_with = "3.9.0"
ssh2 = "0.9.4"
syn = "2.0.72"
thiserror = "1.0.63"
tokio = "1.39.2"
tokio-test = "0.4.2"
tokio-tungstenite = "0.21.0"
toml = "0.8.16"
tracing = "0.1.37"
tracing-subscriber = "0.3"
tracing-appender = "0.2"
tracing-tracy = "0.11.1"
turbojpeg = "1.1.0"
walkdir = "2.5.0"
apodize = "1.0.0"