# 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 = "typst-ts-canvas-exporter" version = "0.2.2" description = "Export a frame of Typst document into canvas element." homepage = "https://myriad-dreamin.github.io/typst.ts/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/Myriad-Dreamin/typst.ts" resolver = "1" [dependencies.async-recursion] version = "1.0.4" [dependencies.comemo] version = "0.3" [dependencies.data-url] version = "0.2.0" [dependencies.elsa] version = "1.8.1" [dependencies.flate2] version = "1" [dependencies.js-sys] version = "^0.3" [dependencies.once_cell] version = "1.17.1" [dependencies.tiny-skia] version = "0.9.0" [dependencies.ttf-parser] version = "0.18.1" [dependencies.typst] version = "0.5.0" [dependencies.typst-ts-core] version = "0.2" [dependencies.wasm-bindgen] version = "^0.2" [dependencies.wasm-bindgen-futures] version = "^0.4" [dependencies.web-sys] version = "^0.3" features = [ "console", "CanvasRenderingContext2d", "Path2d", "Blob", "ImageData", "HtmlImageElement", "HtmlElement", "Url", "BlobPropertyBag", "DomParser", "SupportedType", "HtmlCollection", ]