27 lines
803 B
TOML
27 lines
803 B
TOML
[package]
|
|
name = "r2r_actions"
|
|
version = "0.8.4"
|
|
authors = ["Martin Dahl <martin.dahl@gmail.com>"]
|
|
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://docs.rs/r2r/latest/r2r"
|
|
|
|
[dependencies]
|
|
r2r_rcl = { path = "../r2r_rcl", version = "0.8.4" }
|
|
r2r_msg_gen = { path = "../r2r_msg_gen", version = "0.8.4" }
|
|
|
|
[build-dependencies]
|
|
bindgen = "0.63.0"
|
|
r2r_common = { path = "../r2r_common", version = "0.8.4" }
|
|
|
|
[features]
|
|
save-bindgen = ["r2r_rcl/save-bindgen", "r2r_msg_gen/save-bindgen"]
|
|
doc-only = ["r2r_common/doc-only", "r2r_rcl/doc-only", "r2r_msg_gen/doc-only"]
|
|
|
|
[package.metadata.docs.rs]
|
|
features = ["doc-only"]
|