forked from BlueGreenMagick/xml-doc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update project metadata and description.
- Loading branch information
Showing
2 changed files
with
11 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]>"] | ||
name = "biodivine-xml-doc" | ||
version = "0.3.0" | ||
authors = ["Yoonchae Lee <[email protected]>", "Samuel Pastva <[email protected]>"] | ||
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters