# 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 = "llm_readability" version = "0.0.11" authors = ["j-mendez "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Readability library for LLM's built in Rust" documentation = "https://docs.rs/llm_readability" readme = "README.md" keywords = [ "readability", "clean-html", "safari-reader", ] categories = [ "web-programming", "command-line-utilities", ] license = "MIT" repository = "https://github.com/spider-rs/llm-readability" [lib] name = "llm_readability" path = "src/lib.rs" [dependencies.auto_encoder] version = "0" [dependencies.html5ever] version = "0.27" [dependencies.lazy_static] version = "1" [dependencies.markup5ever] version = "0.13" [dependencies.markup5ever_rcdom] version = "0.3" [dependencies.regex] version = "1" [dependencies.url] version = "2" [dev-dependencies.maud] version = "0.26"