code-moniker-core 0.2.0

Core symbol-graph types and per-language extractors for code-moniker (pure Rust, no pgrx). Consumed by the CLI and the PostgreSQL extension.
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.85"
name = "code-moniker-core"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core symbol-graph types and per-language extractors for code-moniker (pure Rust, no pgrx). Consumed by the CLI and the PostgreSQL extension."
homepage = "https://github.com/ng-galien/code-moniker"
readme = "README.md"
keywords = [
    "tree-sitter",
    "ast",
    "code-search",
    "symbol-graph",
    "parser",
]
categories = [
    "parser-implementations",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ng-galien/code-moniker"
resolver = "2"

[features]
default = []
serde = ["dep:serde"]

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

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

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

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

[[test]]
name = "extractor_conformance"
path = "tests/extractor_conformance.rs"

[[test]]
name = "extractor_snapshots"
path = "tests/extractor_snapshots.rs"

[dependencies.roxmltree]
version = "0.20"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.toml]
version = "0.8"

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

[dependencies.tree-sitter-c-sharp]
version = "0.23"

[dependencies.tree-sitter-go]
version = "0.23"

[dependencies.tree-sitter-java]
version = "0.23"

[dependencies.tree-sitter-postgres]
version = "1.1"

[dependencies.tree-sitter-python]
version = "0.25"

[dependencies.tree-sitter-rust]
version = "0.24"

[dependencies.tree-sitter-typescript]
version = "0.23"

[dev-dependencies.insta]
version = "1"
features = [
    "glob",
    "json",
]

[dev-dependencies.proptest]
version = "1"
features = ["std"]
default-features = false

[dev-dependencies.serde_cbor]
version = "0.11"

[dev-dependencies.tempfile]
version = "3"