[package] name = "r2r_msg_gen" version = "0.3.3" authors = ["Martin Dahl "] description = "Internal dependency to the r2r crate." license = "MIT" edition = "2021" readme = "README.md" homepage = "https://github.com/sequenceplanner/r2r" repository = "https://github.com/sequenceplanner/r2r" documentation = "https://sequenceplanner.github.io/r2r/" [dependencies] lazy_static = "1.4.0" r2r_rcl = { path = "../r2r_rcl", version = "0.3.1" } r2r_common = { path = "../r2r_common", version = "0.3.1" } [build-dependencies] bindgen = "0.59.2" r2r_rcl = { path = "../r2r_rcl", version = "0.3.1" } r2r_common = { path = "../r2r_common", version = "0.3.1" } heck = "0.4.0"