-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
35 lines (33 loc) · 991 Bytes
/
Cargo.toml
File metadata and controls
35 lines (33 loc) · 991 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
26
27
28
29
30
31
32
33
34
35
[package]
name = "win_can_utils"
version = "0.2.1"
edition = "2024"
authors = ["Timothy Mead", "Ryan Marple"]
license = "MIT OR Apache-2.0"
description = "Implementing the functionality of can-utils in Windows!"
documentation = "https://github.com/Cyborg-Dynamics-Engineering/win-can-utils"
[dependencies]
serialport = "4.7.2"
ringbuf = "0.4"
serde = { version = "1.0", features = ["derive"] }
clap = { version = "4.5", features = ["derive"] }
ctrlc = "3.4.7"
mpsc = "0.2.6"
crosscan = { git = "https://github.com/Cyborg-Dynamics-Engineering/cross-can.git", rev = "850a96d" }
tokio = { version = "1.47.1", features = ["full", "net"] }
named_pipe = "0.4.1"
futures = "0.3.31"
anyhow = "1.0.99"
async-trait = "0.1.89"
tokio-serial = "5.4.5"
bincode = { version = "2.0.1", features = ["serde"] }
peak-can-sys = "0.1.2"
libloading = "0.8"
memchr = "2.7.4"
libusb1-sys = "0.7"
libc = "0.2"
log = "0.4.28"
env_logger = "0.11.8"
serde_json = "1.0.145"
[package.metadata.wix]
eula = "LICENSE.rtf"