# 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 = "typst-pdf" version = "0.11.1" authors = ["The Typst Project Developers"] description = "PDF exporter for Typst." homepage = "https://typst.app" readme = "README.md" keywords = ["typst"] categories = ["compilers"] license = "Apache-2.0" repository = "https://github.com/typst/typst" [dependencies.base64] version = "0.22" [dependencies.bytemuck] version = "1" [dependencies.comemo] version = "0.4" [dependencies.ecow] version = "0.2" features = ["serde"] [dependencies.image] version = "0.24" features = [ "png", "jpeg", "gif", ] default-features = false [dependencies.miniz_oxide] version = "0.7" [dependencies.once_cell] version = "1" [dependencies.pdf-writer] version = "0.9.2" [dependencies.subsetter] version = "0.1.1" [dependencies.svg2pdf] version = "0.10" [dependencies.ttf-parser] version = "0.20.0" [dependencies.typst] version = "0.11.1" [dependencies.typst-assets] version = "0.11.1" [dependencies.typst-macros] version = "0.11.1" [dependencies.typst-timing] version = "0.11.1" [dependencies.unicode-properties] version = "0.1" [dependencies.unscanny] version = "0.1" [dependencies.xmp-writer] version = "0.2" [lints.clippy] blocks_in_conditions = "allow" uninlined_format_args = "warn"