# 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-render" version = "0.11.1" authors = ["The Typst Project Developers"] description = "Raster image 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.bytemuck] version = "1" [dependencies.comemo] version = "0.4" [dependencies.flate2] version = "1" [dependencies.image] version = "0.24" features = [ "png", "jpeg", "gif", ] default-features = false [dependencies.pixglyph] version = "0.3" [dependencies.resvg] version = "0.38.0" features = ["raster-images"] default-features = false [dependencies.roxmltree] version = "0.19" [dependencies.tiny-skia] version = "0.11" [dependencies.ttf-parser] version = "0.20.0" [dependencies.typst] version = "0.11.1" [dependencies.typst-macros] version = "0.11.1" [dependencies.typst-timing] version = "0.11.1" [dependencies.usvg] version = "0.38.0" features = ["text"] default-features = false [lints.clippy] blocks_in_conditions = "allow" uninlined_format_args = "warn"