# 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.70" name = "markdown2html-converter" version = "1.1.12" authors = ["Magic Len "] include = [ "src/**/*", "Cargo.toml", "README.md", "LICENSE", "resources/*", ] description = "A tool for converting a Markdown file to a single HTML file with built-in CSS and JS." homepage = "https://magiclen.org/markdown2html-converter" readme = "README.md" keywords = [ "markdown", "html", "MathJax", "LaTeX", "highlight", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/magiclen/markdown2html-converter" [profile.release] lto = true codegen-units = 1 panic = "abort" strip = true [dependencies.anyhow] version = "1" [dependencies.clap] version = "4" features = ["derive"] [dependencies.comrak] version = "0.19" default-features = false [dependencies.concat-with] version = "0.2" [dependencies.html-escape] version = "0.2" [dependencies.html-minifier] version = "4" [dependencies.lazy-static-include] version = "3.1.1" [dependencies.terminal_size] version = "0.3"