html-auto-p 0.2.5

This library provides a function like `wpautop` in Wordpress. It uses a group of regex replaces used to identify text formatted with newlines and replace double line-breaks with HTML paragraph tags.
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"
rust-version = "1.85"
name = "html-auto-p"
version = "0.2.5"
authors = ["Magic Len <len@magiclen.org>"]
build = false
include = [
    "src/**/*",
    "Cargo.toml",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "This library provides a function like `wpautop` in Wordpress. It uses a group of regex replaces used to identify text formatted with newlines and replace double line-breaks with HTML paragraph tags."
homepage = "https://magiclen.org/html-auto-p"
readme = "README.md"
keywords = [
    "html",
    "wpautop",
    "autop",
    "paragraph",
    "br",
]
categories = ["text-processing"]
license = "MIT"
repository = "https://github.com/magiclen/html-auto-p"

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

[dependencies.html-escape]
version = "0.2"

[dependencies.onig]
version = "6"
optional = true
default-features = false

[dependencies.regex]
version = "1"

[dependencies.trim-in-place]
version = "0.2"