rustyphoenixreplace 1.4.0

This project aims to provide a simple a powerfull multilines replace via a toml configuration
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "rustyphoenixreplace" # NAME_PLACEHOLDER <--- do not remove this comment! It is used to update version with branch name in CI!
version = "1.4.0" # VERSION_PLACEHOLDER <--- do not remove this comment! It is used to update version with branch name in CI!
edition = "2021"

keywords = ["phoenix", "replace"]
license = "CECILL-C"
description = "This project aims to provide a simple a powerfull multilines replace via a toml configuration"
repository = "https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS2/network/RustyPhoenixSocket"
homepage = "https://cta-lapp.pages.in2p3.fr/PHOENIX_LIBS2/network/RustyPhoenixSocket/index.html"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "4.5.32", features = ["derive"] }
glob = "0.3.3"
serde = { version = "1.0.228", features = ["derive"] }
toml = "1.0.0"