-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCargo.toml
More file actions
25 lines (23 loc) · 706 Bytes
/
Copy pathCargo.toml
File metadata and controls
25 lines (23 loc) · 706 Bytes
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
[package]
name = "ros2_cmd_vel_publisher"
version = "0.1.0"
edition = "2024"
[dependencies]
r2r = "0.9" # Use the latest version
tokio = { version = "1", features = ["full"] }
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
futures = "0.3.31"
usls = { version = "0.0.20", default-features = false }
nokhwa = { version = "0.10.7", features = ["input-native", "output-threaded"] }
image = "0.25.6"
anyhow = "1.0.97"
ort = "2.0.0-rc.9"
rand = "0.9.0"
async_cell = "0.2.2"
# ffmpeg-next = { version = "7.1.0", features = ["rpi"] }
mongodb = "2.8.0"
chrono = { version = "0.4", features = ["serde"]}
[profile.release]
lto = "fat"
codegen-units = 1