# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "r2r_actions" version = "0.9.3" authors = ["Martin Dahl "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Internal dependency to the r2r crate." homepage = "https://github.com/sequenceplanner/r2r" documentation = "https://docs.rs/r2r/latest/r2r" readme = "README.md" license = "MIT" repository = "https://github.com/sequenceplanner/r2r" [package.metadata.docs.rs] features = ["doc-only"] [lib] name = "r2r_actions" path = "src/lib.rs" [dependencies.r2r_msg_gen] version = "0.9.3" [dependencies.r2r_rcl] version = "0.9.3" [build-dependencies.bindgen] version = "0.63.0" [build-dependencies.r2r_common] version = "0.9.3" [features] doc-only = [ "r2r_common/doc-only", "r2r_rcl/doc-only", "r2r_msg_gen/doc-only", ] save-bindgen = [ "r2r_rcl/save-bindgen", "r2r_msg_gen/save-bindgen", ]