typst-timing 0.12.0

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"

[dependencies.typst-syntax]
version = "0.12.0"

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

[lints.clippy]
blocks_in_conditions = "allow"
mutable_key_type = "allow"
uninlined_format_args = "warn"

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