diff options
| -rw-r--r-- | Cargo.toml | 5 | 
1 files changed, 5 insertions, 0 deletions
| @@ -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 = [] | 
