# 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 = "tl" version = "0.7.8" authors = ["y21"] exclude = [".github/*"] description = "Fast HTML parser written in pure Rust" homepage = "https://github.com/y21/tl" documentation = "https://docs.rs/tl" readme = "README.md" keywords = [ "html", "parser", ] categories = [ "parser-implementations", "parsing", ] license = "MIT" repository = "https://github.com/y21/tl" [[bench]] name = "tl" harness = false [dependencies] [dev-dependencies.criterion] version = "0.3" features = ["html_reports"] [features] __INTERNALS_DO_NOT_USE = [] simd = []