# 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 = "htmler" version = "0.1.1" authors = [ "Aster <192607617@qq.com>", "June McEnroe ", ] description = "HTML parsing and querying with CSS selectors" documentation = "https://docs.rs/htmler" readme = "readme.md" keywords = [ "html", "css", "selector", "scraping", ] license = "ISC" repository = "https://github.com/oovm/zhihu-markdown/blob/dev/projects/htmler" [dependencies.cssparser] version = "0.31.0" [dependencies.ego-tree] version = "0.6.2" [dependencies.html5ever] version = "0.26" [dependencies.indexmap] version = "1.9.3" [dependencies.selectors] version = "0.25.0" [dependencies.smallvec] version = "1.10.0" [dependencies.tendril] version = "0.4.3" [features] default = []