scribe-graph 0.5.1

Graph-based code representation and analysis for Scribe
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.dashmap]
version = "5.5"

[dependencies.futures]
version = "0.3"

[dependencies.indexmap]
version = "2.0"

[dependencies.once_cell]
version = "1.19"

[dependencies.parking_lot]
version = "0.12"

[dependencies.petgraph]
version = "0.6"

[dependencies.rayon]
version = "1.8"

[dependencies.scribe-analysis]
version = "0.5.1"

[dependencies.scribe-core]
version = "0.5.1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
features = ["full"]
version = "1.0"

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

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

[package]
authors = ["Nathan Rice <nathan@sibylline.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "text-processing", "parsing"]
description = "Graph-based code representation and analysis for Scribe"
documentation = "https://docs.rs/scribe-graph"
edition = "2021"
homepage = "https://github.com/sibyllinesoft/scribe"
keywords = ["code-analysis", "ast", "repository", "documentation", "developer-tools"]
license = "MIT OR Apache-2.0"
name = "scribe-graph"
readme = "README.md"
repository = "https://github.com/sibyllinesoft/scribe"
version = "0.5.1"