# 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_msg_gen" 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_msg_gen" path = "src/lib.rs" [dependencies.force-send-sync] version = "1.0.0" [dependencies.phf] version = "0.11.1" features = ["macros"] [dependencies.proc-macro2] version = "1.0.60" [dependencies.quote] version = "1.0.28" [dependencies.r2r_common] version = "0.9.3" [dependencies.r2r_rcl] version = "0.9.3" [dependencies.rayon] version = "1.7.0" [dependencies.syn] version = "2.0.18" [build-dependencies.bindgen] version = "0.63.0" [build-dependencies.force-send-sync] version = "1.0.0" [build-dependencies.itertools] version = "0.10.5" [build-dependencies.proc-macro2] version = "1.0.60" [build-dependencies.quote] version = "1.0.28" [build-dependencies.r2r_common] version = "0.9.3" [build-dependencies.r2r_rcl] version = "0.9.3" [build-dependencies.rayon] version = "1.7.0" [build-dependencies.syn] version = "2.0.18" features = ["full"] [features] doc-only = [ "r2r_common/doc-only", "r2r_rcl/doc-only", ] save-bindgen = ["r2r_rcl/save-bindgen"]