typst-timing 0.11.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.11.0"
[lints.clippy]
blocks_in_conditions = "allow"
uninlined_format_args = "warn"

[package]
authors = ["The Typst Project Developers"]
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.74"
version = "0.11.0"