# 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 = "cargo-ament-build" version = "0.1.8" authors = ["Nikolai Morin "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Cargo plugin for use with colcon workspaces" readme = "README.md" keywords = [ "ros2", "colcon", "ament", ] categories = ["development-tools::cargo-plugins"] license = "Apache-2.0" repository = "https://github.com/ros2-rust/cargo-ament-build" [lib] name = "cargo_ament_build" path = "src/lib.rs" [[bin]] name = "cargo-ament-build" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.cargo-manifest] version = "0.2" [dependencies.pico-args] version = "0.4"