forked from copper-project/copper-rs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
30 lines (27 loc) · 870 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
[package]
name = "cu-vlp16"
description = "This is a driver for the Velodyne VLP-16 for the Copper engine."
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
keywords.workspace = true
categories.workspace = true
homepage.workspace = true
repository.workspace = true
[package.metadata.cargo-machete]
ignored = ["cu29-log", "cu29-log-runtime", "cu29-soa-derive"] # proc macro
[dependencies]
cu29 = { workspace = true }
cu29-log = { workspace = true }
cu29-log-runtime = { workspace = true }
cu29-log-derive = { workspace = true }
bincode = { workspace = true }
cu29-soa-derive = { workspace = true }
cu-sensor-payloads = { workspace = true }
uom = { workspace = true }
serde = { workspace = true }
velodyne-lidar = { version = "0.3.0", features = ["full"] }
[dev-dependencies]
pcap-file = "2.0.0"
pretty-hex = "0.4.1"