lectito 0.3.0

Article extraction and readability parsing for Lectito.
Documentation
# 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 = "2024"
name = "lectito"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Article extraction and readability parsing for Lectito."
homepage = "https://github.com/stormlightlabs/lectito"
readme = "README.md"
keywords = [
    "readability",
    "article",
    "html",
    "markdown",
]
categories = [
    "parser-implementations",
    "text-processing",
]
license = "MPL-2.0"
repository = "https://github.com/stormlightlabs/lectito"
resolver = "2"

[lib]
name = "lectito"
path = "src/lib.rs"

[dependencies.aho-corasick]
version = "1.1"

[dependencies.comrak]
version = "0.52.0"
default-features = false

[dependencies.kuchiki]
version = "0.8"

[dependencies.once_cell]
version = "1.19"

[dependencies.regex]
version = "1.12"

[dependencies.scraper]
version = "0.27.0"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.toml]
version = "0.8"

[dependencies.url]
version = "2.5"

[dev-dependencies.serde_json]
version = "1.0"