# 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 = "xpather" version = "0.3.0-beta.9" authors = ["Timothy "] 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" [[example]] name = "test" [dependencies.html5ever] version = "0.26" [dependencies.markup5ever] version = "0.11" [dependencies.markup5ever_rcdom] version = "0.2" [dependencies.regex] version = "1.4" [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1" [dev-dependencies.tracing-subscriber] version = "0.3"