xpather 0.2.0

A remake of sxd-xpath to teach myself more about parsing from scratch. Uses Regex, html5ever, and markup5ever
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[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"