# 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 = "crabsoup-kuchikiki" version = "0.8.2-crabsoup" 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" resolver = "2" [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" [[bench]] name = "main_bench" path = "benches/main_bench.rs" harness = false [dependencies.cssparser] version = "0.31" [dependencies.html5ever] version = "0.27.0" [dependencies.indexmap] version = "2.2.6" [dependencies.selectors] version = "0.25" [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [dev-dependencies.tempfile] version = "3"