# 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 = "parse-hyperlinks" version = "0.27.2" authors = ["Jens Getreu "] 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" [dependencies.html-escape] version = "0.2.13" [dependencies.nom] version = "7.1.3" [dependencies.percent-encoding] version = "2.3.0" [dependencies.thiserror] version = "1.0.49"