[package]
edition = "2024"
rust-version = "1.88"
name = "weave-graph"
version = "0.2.40"
authors = ["kakilangit <rust@kakilangit.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Graph conflict detection and pattern matching for OSINT knowledge graphs"
readme = "README.md"
license = "MIT"
repository = "https://github.com/redberrythread/weave"
[lib]
name = "weave_graph"
path = "src/lib.rs"
[dependencies.nulid]
version = "0.10"
features = ["serde"]
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dev-dependencies.proptest]
version = "1"
[lints.clippy]
expect_used = "deny"
module_name_repetitions = "allow"
must_use_candidate = "allow"
unwrap_used = "deny"
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.rust]
unsafe_code = "deny"