# 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-math" version = "0.1.1" authors = ["duskmoon (Campbell He) "] include = [ "/src", "/Cargo.toml", "/Cargo.lock", "/README.md", "/LICENSE", "/.cargo", ] description = "An mdbook preprocessor to use typst to render math." readme = "README.md" keywords = [ "mdbook", "typst", "mdbook-preprocessor", ] license = "MIT" repository = "https://github.com/duskmoon314/mdbook-typst-math" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.comemo] version = "0.4.0" [dependencies.flate2] version = "1.0.30" [dependencies.fontdb] version = "0.17.0" [dependencies.mdbook] version = "0.4.40" [dependencies.pulldown-cmark] version = "0.11.0" [dependencies.reqwest] version = "0.12.4" features = [ "blocking", "rustls-tls", ] default-features = false [dependencies.semver] version = "1.0.23" [dependencies.serde_json] version = "1.0.117" [dependencies.tar] version = "0.4.40" [dependencies.time] version = "0.3.36" features = ["local-offset"] [dependencies.toml] version = "0.8.13" [dependencies.typst] version = "0.11.1" [dependencies.typst-assets] version = "0.11.1" features = ["fonts"] optional = true [dependencies.typst-svg] version = "0.11.1" [features] default = ["embed-fonts"] embed-fonts = ["typst-assets"]