# 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.74.0" name = "htmlproc" version = "0.3.1" authors = ["nabbisen "] description = "HTML processors as utils written in Rust" readme = "README.md" keywords = [ "html", "format", "productivity", ] categories = [ "web-programming", "value-formatting", "development-tools", ] license = "Apache-2.0" repository = "https://github.com/nabbisen/htmlproc-rs" [package.metadata.docs.rs] features = ["full"] [dependencies.html5ever] version = "^0.27" [dependencies.markup5ever_rcdom] version = "^0.3" [features] default = [] full = [ "omit_attr", "path_to_url", ] omit_attr = [] path_to_url = []