# 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" rust-version = "1.65" name = "h2s" version = "0.18.0" authors = ["Naoto Ikeno "] description = "A declarative HTML parser, which works like a deserializer from HTML to struct" readme = "README.md" keywords = [ "html", "dom", "parser", "parsing", "scraping", ] categories = ["parsing"] license = "MIT" repository = "https://github.com/ikenox/h2s-rs" [dependencies.h2s_core] version = "0.18.0" [dependencies.h2s_macro] version = "0.18.0" [dependencies.itertools] version = "0.10.5" [dependencies.scraper] version = "0.16.0" optional = true [features] backend-scraper = ["dep:scraper"] default = ["backend-scraper"]