# 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 = "atext2html" version = "0.27.2" authors = ["Jens Getreu "] description = "Convert a text with markup hyperlinks to HTML" homepage = "https://gitlab.com/getreu/parse-hyperlinks" readme = "README.md" keywords = [ "parser", "markup", "hyperlink", "Markdown", "reStructuredText", ] categories = [ "command-line-utilities", "parser-implementations", ] license = "MIT/Apache-2.0" repository = "https://gitlab.com/getreu/parse-hyperlinks" [dependencies.lazy_static] version = "1.4.0" [dependencies.parse-hyperlinks] version = "0.27.2" [dependencies.structopt] version = "0.3.26"