laburnum-syntax-macro 0.1.1

Proc-macros for defining CST and AST node types in language frontends built with the laburnum LSP framework.
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"
name = "laburnum-syntax-macro"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Proc-macros for defining CST and AST node types in language frontends built with the laburnum LSP framework."
homepage = "https://github.com/gold-build/laburnum"
documentation = "https://docs.rs/laburnum-syntax-macro"
readme = "README.md"
keywords = [
    "lsp",
    "compiler",
    "proc-macro",
    "cst",
    "ast",
]
categories = [
    "development-tools",
    "compilers",
]
license = "BlueOak-1.0.0"
repository = "https://github.com/gold-build/laburnum"
resolver = "2"

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

[dependencies.heck]
version = "0.4.1"

[dependencies.proc-macro-error]
version = "1"

[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.syn]
version = "2"
features = [
    "extra-traits",
    "full",
]

[dev-dependencies.ferrotype]
version = "0.1.2"

[dev-dependencies.insta]
version = "1.41.0"
features = [
    "filters",
    "redactions",
    "colors",
]

[dev-dependencies.test-log]
version = "0.2.11"
features = ["trace"]

[dev-dependencies.trybuild]
version = "1"

[lints.clippy]

[lints.rust]
dead_code = "warn"
renamed_and_removed_lints = "deny"
unknown_lints = "allow"
unused_imports = "warn"
unused_variables = "warn"