# 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 = "mdbook-typst-piggsoft" version = "0.1.0" authors = ["Alex Chen "] description = "一个mdbook的output链,依靠typst将markdown文件导出为pdf、svg、png。" homepage = "https://github.com/piggsoft/mdbook-typst-piggsoft" readme = "readme.md" categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/piggsoft/mdbook-typst-piggsoft" [dependencies.anyhow] version = "1.0.80" [dependencies.mdbook] version = "0.4.37" [dependencies.pulldown-cmark] version = "0.9.2" features = ["simd"] default-features = false [dependencies.serde] version = "1.0.197" features = ["derive"]