# 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-svg-exporter" version = "0.5.0-rc6" description = "Export a frame of Typst document into svg element." homepage = "https://myriad-dreamin.github.io/typst.ts/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/Myriad-Dreamin/typst.ts" [dependencies.base64] version = "0.22" [dependencies.comemo] version = "0.4" [dependencies.log] version = "0.4.17" [dependencies.once_cell] version = "1" [dependencies.rayon] version = "1.7.0" [dependencies.reflexo] version = "0.5.0-rc6" default-features = false [dependencies.reflexo-vec2canvas] version = "0.5.0-rc6" optional = true [dependencies.siphasher] version = "1" [dependencies.tiny-skia] version = "0.11" [dependencies.typst] version = "0.11.1" [dependencies.typst-ts-core] version = "0.5.0-rc6" features = ["flat-vector"] default-features = false [features] aggresive-browser-rasterization = ["reflexo-vec2canvas"] default = [] experimental-ligature = ["typst-ts-core/experimental-ligature"] no-content-hint = ["typst-ts-core/no-content-hint"]