# 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 = "htmlparser" version = "0.2.1" authors = ["Jeremie Drouet "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Pull-based, zero-allocation HTML parser." homepage = "https://github.com/jdrouet/htmlparser" documentation = "https://docs.rs/htmlparser/" readme = "README.md" keywords = [ "html", "parser", "tokenizer", ] categories = ["parser-implementations"] license = "MIT OR Apache-2.0" repository = "https://github.com/jdrouet/htmlparser.git" [lib] name = "htmlparser" path = "src/lib.rs" [[example]] name = "parse" path = "examples/parse.rs" [[test]] name = "integration" path = "tests/integration/main.rs" [features] default = ["std"] std = []