moire-source-context 1.0.0

Tree-sitter-based source context extraction and scope cutting for moire's dashboard
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 = "moire-source-context"
version = "1.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tree-sitter-based source context extraction and scope cutting for moire's dashboard"
readme = false
license = "MIT OR Apache-2.0"
resolver = "2"

[package.metadata."docs.rs"]
rustdoc-args = [
    "--html-in-header",
    "arborium-header.html",
]

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

[dependencies.arborium]
version = "2"
features = [
    "lang-rust",
    "lang-c",
    "lang-cpp",
    "lang-go",
    "lang-zig",
    "lang-javascript",
    "lang-typescript",
    "lang-tsx",
    "lang-python",
    "lang-ruby",
    "lang-java",
    "lang-kotlin",
    "lang-scala",
    "lang-bash",
    "lang-json",
    "lang-yaml",
    "lang-toml",
    "lang-xml",
    "lang-html",
    "lang-css",
    "lang-scss",
    "lang-markdown",
    "lang-sql",
    "lang-swift",
    "lang-elixir",
    "lang-haskell",
    "lang-ocaml",
    "lang-lua",
    "lang-php",
    "lang-r",
]

[dependencies.moire-types]
version = "1.0.0"

[dev-dependencies.datatest-mini]
version = "0.2.0"

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