# 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-prosa" version = "0.1.1" authors = [ "Jeremy HERGAULT ", "Anthony THOMAS ", "Olivier SCHYNS ", "Rene-Louis EYMARD ", ] include = [ "**/*.rs", "Cargo.toml", "*assets/*", "COPYRIGHT", ] description = "ProSA utility to package and deliver a builded ProSA" homepage = "https://worldline.com/" readme = "README.md" license = "LGPL-3.0-or-later" repository = "https://github.com/worldline/ProSA" [[bin]] name = "cargo-prosa" path = "src/main.rs" [dependencies.aquamarine] version = "0.5" [dependencies.bytes] version = "1" [dependencies.clap] version = "4" features = ["derive"] [dependencies.clap_complete] version = "4" [dependencies.config] version = "0.13" [dependencies.daemonize] version = "0.5" [dependencies.prosa-utils] version = "0.1.1" features = [ "msg", "config", "config-observability", ] [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.serde_yaml] version = "0.9" [dependencies.tera] version = "1" [dependencies.thiserror] version = "1" [dependencies.toml] version = "0.8" [dependencies.toml_edit] version = "0.22" features = ["serde"] [dev-dependencies.assert_cmd] version = "2" [dev-dependencies.predicates] version = "3" features = ["regex"]