codegraph-rust 0.1.2

Rust parser for CodeGraph - extracts code entities and relationships from Rust source files
Documentation
[[bench]]
harness = false
name = "parsing"
path = "benches/parsing.rs"

[dependencies.codegraph]
version = "0.1.1"

[dependencies.codegraph-parser-api]
version = "0.2.0"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.rayon]
version = "1.10"

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

[dependencies.syn]
features = ["full", "visit", "extra-traits"]
version = "2.0"

[dependencies.thiserror]
version = "1.0"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.serde_json]
version = "1.0"

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

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

[package]
authors = ["anvanster"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parser-implementations", "development-tools"]
description = "Rust parser for CodeGraph - extracts code entities and relationships from Rust source files"
edition = "2021"
keywords = ["rust", "parser", "code-analysis", "ast"]
license = "Apache-2.0"
name = "codegraph-rust"
readme = "README.md"
repository = "https://github.com/anvanster/codegraph"
version = "0.1.2"

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