# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

[lib]
name = "spex"
path = "src/lib.rs"

[[example]]
name = "event_calendar"
path = "examples/event_calendar.rs"

[[example]]
name = "i18n"
path = "examples/i18n.rs"

[dependencies.sipp]
version = "0.2.0"