# 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 = "html_parse" version = "1.1.2" description = "Html parser, wrapper of html5ever" readme = "README.md" keywords = [ "html", "parser", "html5ever", ] categories = [ "html", "parser", ] license = "MIT OR Apache-2.0" repository = "https://github.com/joshuachp/html_parse" [dependencies.forest-ds] version = "1.1.5" [dependencies.html5ever] version = "0.26.0" [dependencies.indexmap] version = "2.1.0" [dependencies.serde] version = "1.0.152" optional = true [dev-dependencies.serde_json] version = "1.0.93" [features] serde = [ "dep:serde", "forest-ds/serde", "indexmap/serde", ]