compactp_syntax 0.1.0-beta.1

Shared syntax-tree types (SyntaxKind, rowan aliases) for the compactp Compact parser frontend.
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.90"
name = "compactp_syntax"
version = "0.1.0-beta.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared syntax-tree types (SyntaxKind, rowan aliases) for the compactp Compact parser frontend."
homepage = "https://github.com/devrelaicom/compactp"
documentation = "https://docs.rs/compactp_syntax"
readme = "README.md"
keywords = [
    "compact",
    "midnight",
    "syntax",
    "cst",
    "parser",
]
categories = [
    "parser-implementations",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/devrelaicom/compactp"

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

[dependencies.rowan]
version = "0.16"

[lints.clippy]
expect_used = "deny"
panic = "deny"
todo = "deny"
unimplemented = "deny"
unwrap_used = "deny"