surrealguard-syntax 0.5.3

Tree-sitter syntax facade and source span primitives for SurrealGuard
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 = "2021"
name = "surrealguard-syntax"
version = "0.5.3"
authors = ["Drew Ridley"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tree-sitter syntax facade and source span primitives for SurrealGuard"
homepage = "https://github.com/DrewRidley/surrealguard"
readme = "README.md"
keywords = [
    "surrealql",
    "surrealdb",
    "static-analysis",
    "type-inference",
    "lsp",
]
categories = [
    "development-tools",
    "parsing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/DrewRidley/surrealguard"

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

[[example]]
name = "conformance"
path = "examples/conformance.rs"

[[example]]
name = "dump_cst"
path = "examples/dump_cst.rs"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.tree-sitter]
version = "0.26"

[dependencies.tree-sitter-surrealql]
version = "0.5.3"
package = "surrealguard-tree-sitter-surrealql"

[lints.clippy]
doc_markdown = "warn"
explicit_iter_loop = "warn"
map_unwrap_or = "warn"
redundant_closure_for_method_calls = "warn"
semicolon_if_nothing_returned = "warn"
too_many_lines = "warn"
uninlined_format_args = "warn"
unnested_or_patterns = "warn"

[lints.rust]
missing_docs = "warn"