gdscript-hir 0.1.0

Semantic layer: name resolution, gradual type inference, and GDScript warning checks — gdscript-analyzer.
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.88.0"
name = "gdscript-hir"
version = "0.1.0"
authors = ["Yaniv Kalfa <yanivkalfa@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Semantic layer: name resolution, gradual type inference, and GDScript warning checks — gdscript-analyzer."
homepage = "https://github.com/yanivkalfa/gdscript-analyzer"
readme = false
keywords = [
    "gdscript",
    "godot",
    "analyzer",
    "lsp",
    "language-server",
]
categories = [
    "development-tools",
    "parser-implementations",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/yanivkalfa/gdscript-analyzer"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

[dependencies.cstree]
version = "0.14"
features = ["derive"]

[dependencies.gdscript-api]
version = "0.1.0"

[dependencies.gdscript-base]
version = "0.1.0"

[dependencies.gdscript-db]
version = "0.1.0"

[dependencies.gdscript-scene]
version = "0.1.0"

[dependencies.gdscript-syntax]
version = "0.1.0"

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

[dependencies.salsa]
version = "=0.27.1"
features = [
    "macros",
    "inventory",
    "accumulator",
    "salsa_unstable",
]
default-features = false

[dependencies.smol_str]
version = "0.3"

[dependencies.text-size]
version = "1.1"

[lints.clippy]
missing_errors_doc = "allow"
module_name_repetitions = "allow"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_debug_implementations = "warn"
unsafe_code = "warn"