From f0641d6230bbc70525c0d5b96969e3d943e5d67e Mon Sep 17 00:00:00 2001 From: Samuel Pastva Date: Wed, 15 May 2024 08:31:49 +0200 Subject: [PATCH] Update project metadata and description. --- Cargo.toml | 14 +++++++------- README.md | 6 ++++-- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5504c29..0054cd0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,21 +1,21 @@ [package] -name = "xml-doc" -version = "0.2.0" -authors = ["Yoonchae Lee "] +name = "biodivine-xml-doc" +version = "0.3.0" +authors = ["Yoonchae Lee ", "Samuel Pastva "] description = "Read, modify and write xml in tree-like structure. Supports UTF-16." -edition = "2018" -repository = "https://github.com/bluegreenmagick/xml-doc" +edition = "2021" +repository = "https://github.com/sybila/biodivine-xml-doc" license = "MIT OR Apache-2.0" keywords = ["xml", "parser", "reader", "writer"] categories = ["parser-implementations", "data-structures", "encoding"] autobenches = false [dependencies] -quick-xml = "0.29.0" +quick-xml = "0.31.0" encoding_rs = "0.8" [workspace] exclude = ["benches"] [dev-dependencies] -itertools = "0.11.0" +itertools = "0.12.0" diff --git a/README.md b/README.md index 27ea3a8..fe50463 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ -# xml-doc +# Biodivine/xml-doc -xml-doc is a rust library to read, modify, and write XML documents. [Documentation](https://docs.rs/xml-doc/0.1.1/xml_doc/) + > This is a fork of the original [xml-doc](https://crates.io/crates/xml-doc) crate, which is now obsolete. It fixes some minor issues and introduces new APIs for easier manipulation of XML elements with namespaces. + +xml-doc is a rust library to read, modify, and write XML documents. [Documentation](https://docs.rs/biodivine-xml-doc/) It's aim is to be able to read **any** xml files, and modify only the parts you want to.