reflexo-typst2vec 0.5.2

The vector-format intermediate representation.
Documentation
[dependencies.bitvec]
version = "1"

[dependencies.comemo]
version = "0.4"

[dependencies.crossbeam-queue]
version = "0.3.10"

[dependencies.dashmap]
version = "5"

[dependencies.flate2]
version = "1"

[dependencies.log]
version = "0.4.22"

[dependencies.parking_lot]
version = "0.12.3"

[dependencies.rayon]
version = "1.10.0"

[dependencies.reflexo]
default-features = false
features = ["typst"]
version = "0.5.2"

[dependencies.rkyv]
optional = true
version = "0.7.42"

[dependencies.rustc-hash]
version = "2"

[dependencies.serde]
version = "1.0.210"

[dependencies.serde_json]
version = "1.0.131"

[dependencies.svgtypes]
version = "0.15.2"

[dependencies.tiny-skia]
version = "0.11.4"

[dependencies.tiny-skia-path]
version = "0.11.4"

[dependencies.ttf-parser]
version = "0.24.1"

[dependencies.typst]
version = "0.12.0"

[dependencies.xmlparser]
version = "0.13.6"

[features]
debug-gc = []
default = ["full"]
experimental-ligature = []
flat-vector = ["reflexo/flat-vector"]
full = ["glyph2vec", "flat-vector"]
glyph2vec = []
item-dashmap = ["reflexo/item-dashmap"]
no-content-hint = []

[lib]
name = "reflexo_typst2vec"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "The vector-format intermediate representation."
edition = "2021"
homepage = "https://myriad-dreamin.github.io/typst.ts/"
license = "Apache-2.0"
name = "reflexo-typst2vec"
readme = "README.md"
repository = "https://github.com/Myriad-Dreamin/typst.ts"
version = "0.5.2"