# 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 = "2018" name = "visdom" version = "1.0.2" authors = ["jxz_211 "] build = false exclude = [ ".vscode/*.*", ".github/*.*", ".editorconfig", "src/main.rs", "performance/*.*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A html document syntax and operation library, use APIs similar to jquery, easy to use for web scraping and confused html." homepage = "https://github.com/fefit/visdom" documentation = "https://docs.rs/visdom/" readme = "README.md" keywords = [ "html", "scrape", "jquery", "query", "selector", ] categories = ["web-programming"] license = "MIT" repository = "https://github.com/fefit/visdom" [package.metadata.docs.rs] all-features = true [lib] name = "visdom" path = "src/lib.rs" [[test]] name = "attr" path = "tests/attr.rs" [[test]] name = "content" path = "tests/content.rs" [[test]] name = "error" path = "tests/error.rs" [[test]] name = "insertion" path = "tests/insertion.rs" [[test]] name = "method" path = "tests/method.rs" [[test]] name = "mutation" path = "tests/mutation.rs" [[test]] name = "selector" path = "tests/selector.rs" [[test]] name = "trait" path = "tests/trait.rs" [[bench]] name = "benchmark" path = "benches/benchmark.rs" harness = false [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.7.0" [dependencies.rphtml] version = "0.5.10" [dependencies.thiserror] version = "1.0.24" [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.crossbeam] version = "0.8.0" [features] default = [] destroy = [] full = [ "text", "insertion", "destroy", ] insertion = [] text = []