cargo-prosa 0.4.2

ProSA utility to package and deliver a builded ProSA
Documentation
# 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 = "2024"
name = "cargo-prosa"
version = "0.4.2"
authors = [
    "Jeremy HERGAULT <jeremy.hergault@worldline.com>",
    "Anthony THOMAS <anthony.thomas@worldline.com>",
    "Olivier SCHYNS <olivier.schyns@worldline.com>",
    "Rene-Louis EYMARD <rene-louis.eymard@worldline.com>",
]
build = false
include = [
    "**/*.rs",
    "Cargo.toml",
    "*assets/*",
    "COPYRIGHT",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"
resolver = "2"

[lib]
name = "cargo_prosa"
path = "src/lib.rs"

[[bin]]
name = "cargo-prosa"
path = "src/main.rs"

[[test]]
name = "cargo-prosa"
path = "tests/cargo-prosa.rs"

[dependencies.aquamarine]
version = "0.6"

[dependencies.clap]
version = "4"

[dependencies.clap_complete]
version = "4"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.tera]
version = "1"

[dependencies.toml]
version = "0.9"

[dependencies.toml_edit]
version = "0.25"
features = ["serde"]

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.predicates]
version = "3"
features = ["regex"]

[lints.clippy]
unwrap_used = "deny"