parse-hyperlinks 0.29.3

A Nom parser library for hyperlinks with markup.
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 = "parse-hyperlinks"
version = "0.29.3"
authors = ["Jens Getreu <getreu@web.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Nom parser library for hyperlinks with markup."
homepage = "https://gitlab.com/getreu/parse-hyperlinks"
readme = "README.md"
keywords = [
    "parser",
    "markup",
    "hyperlink",
    "Markdown",
    "reStructuredText",
]
categories = ["parser-implementations"]
license = "MIT/Apache-2.0"
repository = "https://gitlab.com/getreu/parse-hyperlinks"
resolver = "2"

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

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

[dependencies.nom]
version = "8"

[dependencies.percent-encoding]
version = "2.3.2"

[dependencies.thiserror]
version = "2.0.18"