Skip to content

Commit

Permalink
Update project metadata and description.
Browse files Browse the repository at this point in the history
  • Loading branch information
daemontus committed May 15, 2024
1 parent 0968f69 commit f0641d6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
[package]
name = "xml-doc"
version = "0.2.0"
authors = ["Yoonchae Lee <bluegreenmagick@gmail.com>"]
name = "biodivine-xml-doc"
version = "0.3.0"
authors = ["Yoonchae Lee <bluegreenmagick@gmail.com>", "Samuel Pastva <sam.pastva@gmail.com>"]
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"
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit f0641d6

Please sign in to comment.