aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig27
1 files changed, 20 insertions, 7 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index c8df8e6..0282e7a 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,14 +1,18 @@
[package]
name = "xml-rs"
-version = "0.8.4"
+version = "0.8.15-cvss-cries-wolf"
authors = ["Vladimir Matveev <vmatveev@citrine.cc>"]
license = "MIT"
description = "An XML library in pure Rust"
-repository = "https://github.com/netvl/xml-rs"
-documentation = "http://docs.rs/xml-rs/"
-readme = "Readme.md"
-keywords = ["xml", "parsing", "parser"]
-categories = ["parsing"]
+repository = "https://github.com/kornelski/xml-rs"
+homepage = "https://lib.rs/crates/xml-rs"
+documentation = "https://docs.rs/xml-rs/"
+readme = "README.md"
+keywords = ["xml", "parser", "sax", "parsing", "writer"]
+categories = ["parser-implementations"]
+edition = "2021"
+rust-version = "1.58"
+include = ["src/**", "LICENSE", "README.md"]
[lib]
name = "xml"
@@ -20,4 +24,13 @@ path = "src/analyze.rs"
[dev-dependencies]
doc-comment = "0.3"
-lazy_static = "1.2.0"
+
+[badges]
+maintenance = { status = "actively-developed" }
+
+[package.metadata.docs.rs]
+targets = ["x86_64-unknown-linux-gnu"]
+
+[package.metadata.release]
+tag-name = "{{version}}"
+tag-message = ""