# 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 = "2018" name = "panduck-html" version = "0.1.1" authors = ["Aster <192607617@qq.com>"] description = "use panduck to generate pdfs" readme = "../../readme.md" license = "MPL-2.0" repository = "https://github.com/oovm/panduck" [dependencies.html-escape] version = "0.2.9" [dependencies.katex] version = "0.4.2" features = ["duktape"] optional = true default-features = false [dependencies.notedown_ast] version = "0.14.0" [dependencies.pretty] version = "0.11.2" [dependencies.syntect] version = "4.6.0" optional = true [dev-dependencies.panduck-core] version = "0.1" features = ["markdown"] [features] default = ["katex", "syntect"]