# 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 = "skyscraper" version = "0.7.0-beta.2" authors = ["James La Novara-Gsell "] description = "XPath for HTML web scraping" homepage = "https://github.com/James-LG/Skyscraper" readme = "README.md" categories = ["parsing"] license = "MIT" repository = "https://github.com/James-LG/Skyscraper" [[bench]] name = "benchmarks" harness = false [dependencies.enum-extract-error] version = "0.1.1" [dependencies.enum-extract-macro] version = "0.1.1" [dependencies.indexmap] version = "2.0.0" [dependencies.indextree] version = "4.3.1" [dependencies.log] version = "0.4.19" [dependencies.nom] version = "7.1.3" [dependencies.once_cell] version = "1.19.0" [dependencies.ordered-float] version = "4.2.0" [dependencies.thiserror] version = "1.0.52" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.indoc] version = "2" [dev-dependencies.mockall] version = "0.12.0" [dev-dependencies.proptest] version = "1.3.1" [dev-dependencies.regex] version = "1.10.3" [dev-dependencies.serde] version = "1.0.196" [dev-dependencies.serde_json] version = "1.0.113"