vqueue 1.3.0-rc.1

vSMTP's queues mananger. Secured, Faster and Greener
Documentation
[package]
edition = "2021"

name = "vqueue"
version = "1.3.0-rc.1"
license = "GPL-3.0-only"

rust-version = "1.60"

authors = ["Team viridIT <https://viridit.com/>"]
description = "vSMTP's queues mananger. Secured, Faster and Greener"

homepage = "https://github.com/viridIT/vSMTP"
repository = "https://github.com/viridIT/vSMTP"
documentation = "https://docs.rs/crate/vqueue/"

readme = "../../README.md"
keywords = ["vsmtp"]
categories = ["command-line-utilities"]

[package.metadata.release]
pre-release-replacements = [
    { file = "Cargo.toml", search = "vsmtp-common = \\{ path = \"../vsmtp/vsmtp-common\", version = .*", replace = "vsmtp-common = { path = \"../vsmtp/vsmtp-common\", version = \"{{version}}\" }", prerelease = true },
    { file = "Cargo.toml", search = "vsmtp-config = \\{ path = \"../vsmtp/vsmtp-config\", version = .*", replace = "vsmtp-config = { path = \"../vsmtp/vsmtp-config\", version = \"{{version}}\" }", prerelease = true },
]

[dependencies]
vsmtp-common = { path = "../vsmtp/vsmtp-common", version = "1.3.0-rc.1" }
vsmtp-config = { path = "../vsmtp/vsmtp-config", version = "1.3.0-rc.1" }
vsmtp-mail-parser = { path = "../vsmtp/vsmtp-mail-parser", version = "1.3.0-rc.0" }

clap = { version = "3.2.20", features = ["derive"] }
itertools = "0.10.3"

[dev-dependencies]
pretty_assertions = "1.3.0"