# 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 = "catkin-bloom" version = "0.0.2" authors = ["Aurimas Blažulionis <0x60@pm.me>"] description = "build entire catkin workspace using bloom" readme = "README.md" keywords = [ "ros", "catkin", "bloom", "robots", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/tavo-robotas/catkin-bloom" resolver = "2" [dependencies.anyhow] version = "1" [dependencies.clap] version = "3" features = ["cargo"] [dependencies.env_logger] version = "0.9" [dependencies.indicatif] version = "0.16" [dependencies.log] version = "0.4" [dependencies.quick-xml] version = "0.23.0" features = ["serialize"] [dependencies.rayon] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tempfile] version = "3" [dependencies.walkdir] version = "2"