typst-timing 0.14.2

Performance timing for Typst.
Documentation
[dependencies.parking_lot]
version = "0.12.1"

[dependencies.serde]
features = ["derive"]
version = "1.0.184"

[dependencies.serde_json]
version = "1"

[features]
wasm = ["dep:web-sys"]

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

[lints.clippy]
blocks_in_conditions = "allow"
comparison_chain = "allow"
iter_over_hash_type = "warn"
manual_range_contains = "allow"
mutable_key_type = "allow"
uninlined_format_args = "warn"
wildcard_in_or_patterns = "allow"

[package]
authors = ["The Typst Project Developers"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["compilers"]
description = "Performance timing for Typst."
edition = "2024"
homepage = "https://typst.app"
keywords = ["typst"]
license = "Apache-2.0"
name = "typst-timing"
readme = "README.md"
repository = "https://github.com/typst/typst"
resolver = "2"
rust-version = "1.89"
version = "0.14.2"

[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
features = ["Window", "WorkerGlobalScope", "Performance"]
optional = true
version = "0.3"