# 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 = "sxd_html_table" version = "0.1.0" authors = ["kitsuyui "] description = "A HTML table parser based on sxd_html." readme = "README.md" keywords = [ "sxd_document", "sxd_xpath", "html5ever", "sxd_html", "table", ] categories = [ "web-programming", "parser-implementations", ] license = "MIT OR Apache-2.0" repository = "https://github.com/kitsuyui/sxd_html_table" [dependencies.csv] version = "1.1.6" [dependencies.sxd-document] version = "0.3.2" [dependencies.sxd-xpath] version = "0.4.2" [dependencies.sxd_html] version = "0.1.1"