# 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 = "kuchikiki" version = "0.8.6-speedreader" authors = [ "Brave Authors", "Ralph Giles ", "Simon Sapin ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "(口利き) HTML tree manipulation library" readme = "README.md" license = "MIT" repository = "https://github.com/brave/kuchikiki" [lib] name = "kuchikiki" path = "src/lib.rs" [[example]] name = "find_matches" path = "examples/find_matches.rs" [[example]] name = "stack-overflow" path = "examples/stack-overflow.rs" [dependencies.cssparser] version = "0.28" [dependencies.html5ever] version = "0.25.1" [dependencies.indexmap] version = "2.2.6" [dependencies.selectors] version = "0.23" [dev-dependencies.tempfile] version = "3"