typst-bundle 0.15.0

Bundle exporter for Typst.
Documentation
# 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 = "2024"
rust-version = "1.92"
name = "typst-bundle"
version = "0.15.0"
authors = ["The Typst Project Developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bundle exporter for Typst."
homepage = "https://typst.app"
readme = "README.md"
keywords = ["typst"]
categories = ["compilers"]
license = "Apache-2.0"
repository = "https://github.com/typst/typst"
resolver = "2"

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

[dependencies.comemo]
version = "0.5.1"

[dependencies.ecow]
version = "0.2.6"
features = ["serde"]

[dependencies.either]
version = "1"

[dependencies.indexmap]
version = "2"
features = [
    "serde",
    "rayon",
]

[dependencies.rayon]
version = "1.7.0"

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

[dependencies.typst-html]
version = "0.15.0"

[dependencies.typst-layout]
version = "0.15.0"

[dependencies.typst-library]
version = "0.15.0"

[dependencies.typst-macros]
version = "0.15.0"

[dependencies.typst-pdf]
version = "0.15.0"

[dependencies.typst-render]
version = "0.15.0"

[dependencies.typst-svg]
version = "0.15.0"

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

[dependencies.typst-timing]
version = "0.15.0"

[dependencies.typst-utils]
version = "0.15.0"

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