[package]
edition = "2018"
name = "xpather"
version = "0.2.0"
authors = ["Timothy <programming@its.rip>"]
description = "A remake of sxd-xpath to teach myself more about parsing from scratch. Uses Regex, html5ever, and markup5ever"
homepage = "https://github.com/Its-its/rust-xpath"
readme = "README.md"
keywords = ["xpath"]
license = "MIT"
[dependencies.html5ever]
version = "0.25"
[dependencies.markup5ever]
version = "0.10"
[dependencies.markup5ever_rcdom]
version = "0.1"
[dependencies.regex]
version = "1.4"