tinymist-derive 0.15.0

Provides derive for tinymist.
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 = "tinymist-derive"
version = "0.15.0"
authors = [
    "Myriad-Dreamin <camiyoru@gmail.com>",
    "Nathan Varner",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Provides derive for tinymist."
homepage = "https://github.com/Myriad-Dreamin/tinymist"
readme = "README.md"
keywords = ["typst"]
categories = ["compilers"]
license = "Apache-2.0"
repository = "https://github.com/Myriad-Dreamin/tinymist"
resolver = "2"

[lib]
name = "tinymist_derive"
path = "src/lib.rs"
proc-macro = true

[dependencies.quote]
version = "1"

[dependencies.syn]
version = "2"

[lints.clippy]
missing_safety_doc = "warn"
undocumented_unsafe_blocks = "warn"
uninlined_format_args = "warn"

[lints.rust]
missing_docs = "warn"

[lints.rust.unexpected_cfgs]
level = "allow"
priority = 0
check-cfg = [
    "cfg(wasm_bindgen_unstable_test_coverage)",
    "cfg(noop)",
    "cfg(used_linker)",
]

[lints.rustdoc]
broken_intra_doc_links = "warn"