weave-graph 0.2.43

Graph conflict detection and pattern matching for OSINT knowledge graphs
Documentation
[package]
name = "weave-graph"
description = "Graph conflict detection and pattern matching for OSINT knowledge graphs"
authors = ["kakilangit <rust@kakilangit.dev>"]
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
readme = "README.md"

[dependencies]
nulid = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }

[dev-dependencies]
proptest = "1"

[lints]
workspace = true