aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2023-05-14 18:36:30 +0200
committerHampusM <hampus@hampusmat.com>2023-05-14 18:36:30 +0200
commit2a3bc2d9e7174d0b5f809b2ff5e02f3ae41dabb5 (patch)
treee28256d2551f9bec16d9960f4f00c17886b716c4 /Cargo.toml
parentbcfded3bf7c7daab8d7e8617261756cc15ca6227 (diff)
build: add fields to Cargo.toml
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c6555ce..0b8c702 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,8 +1,13 @@
[package]
name = "xml-stinks"
version = "0.1.0"
+authors = ["HampusM <hampus@hampusmat.com>"]
edition = "2021"
license = "MIT OR Apache-2.0"
+repository = "https://git.hampusmat.com/xml-stinks"
+description = "Powerful & easy manual XML deserialization using quick-xml"
+categories = ["parser-implementations", "encoding", "parsing"]
+keywords = ["xml", "parser", "parsing"]
[features]
deserializer-static-generics = []