[package]
name = "spex"
version = "0.2.2"
edition = "2021"
license = "MPL-2.0"
description = "Simple(ish) parser and extractor of XML"
keywords = ["XML", "parser", "extractor", "namespace", "xml-lang"]
categories = ["parser-implementations", "internationalization"]
repository = "https://codeberg.org/Bobulous/spex"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
sipp = "0.2.0"