# 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 = "flatboat" version = "0.4.0" authors = ["Juan Camilo Sánchez Urrego @JuanCSUCoder "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Flatboat is a CLI tool that integrates Docker and Kubernetes tooling into the ROS workspace workflow." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/JuanCSUCoder/flatboat-cli" [[bin]] name = "flatboat" path = "src/main.rs" [dependencies.anyhow] version = "1.0.93" [dependencies.clap] version = "4.3.19" features = ["derive"] [dependencies.clap_complete] version = "4.4.1" [dependencies.directories] version = "5.0.1" [dependencies.inquire] version = "0.6.2" [dependencies.log] version = "0.4.20" [dependencies.minijinja] version = "2.0.3" [dependencies.pretty_env_logger] version = "0.5.0" [dependencies.reqwest] version = "0.12.4" [dependencies.serde] version = "1.0.201" [dependencies.serde_derive] version = "1.0.201" [dependencies.serde_json] version = "1.0.117" [dependencies.subprocess] version = "0.2.9" [dependencies.thiserror] version = "1.0.64" [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml] version = "0.8.12"