From b9c281d0354e63441ed05321450e009a376a0f70 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Apr 07 2024 19:19:44 +0000 Subject: Release 0.0.3 and mark as deprecated --- diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..346739c --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +github: decathorpe diff --git a/Cargo.toml b/Cargo.toml index b5a617c..b46df46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "pommes" -description = "project object model model (and parser using serde)" +description = "Project object model (POM) model and parser" license = "MIT OR Apache-2.0" -version = "0.0.2" +version = "0.0.3" edition = "2018" authors = ["Fabio Valentini "] @@ -29,3 +29,5 @@ codegen-units = 1 lto = true opt-level = 3 +[badges] +maintenance = { status = "deprecated" } diff --git a/README.md b/README.md index 9642217..26758bd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# project object model model (and parser) +# Project object model (POM) model and parser (DEPRECATED) + +**WARNING**: This project is no longer actively developed. This project contains a model definition of maven POM files, with it an easy way to parse `pom.xml` files into data structures using `serde` / `serde-xml-rs`.