# 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" rust-version = "1.74" name = "mandown" version = "0.1.5" authors = ["Kornel "] build = false include = [ "/Cargo.toml", "README.md", "/src/*.rs", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Markdown to groff (man page) converter" homepage = "https://lib.rs/mandown" readme = "README.md" keywords = [ "markdown", "manpage", "roff", "troff", "groff", ] categories = [ "text-processing", "command-line-utilities", ] license = "Apache-2.0 OR MIT" repository = "https://gitlab.com/kornelski/mandown.git" [package.metadata.docs.rs] rustdoc-args = ["--generate-link-to-definition"] targets = ["x86_64-unknown-linux-gnu"] [profile.release] opt-level = 3 lto = true debug = 0 panic = "abort" [lib] name = "mandown" path = "src/lib.rs" [[bin]] name = "mandown" path = "src/main.rs" [dependencies.deunicode] version = "1.4" [dependencies.pulldown-cmark] version = "0.12"