cpd 0.2.1

A tool to search for context-aware and relaxed frequent subgraphs in a graph database
[[bin]]
name = "cpd"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.5.53"

[dependencies.dashmap]
version = "6.1.0"

[dependencies.hungarian]
version = "1.1.1"

[dependencies.itertools]
version = "0.14.0"

[dependencies.petgraph]
version = "0.8.3"

[dependencies.rayon]
version = "1.11.0"

[package]
authors = ["Jonas Blatt <jonblatt1992@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "command-line-utilities"]
description = "A tool to search for context-aware and relaxed frequent subgraphs in a graph database"
edition = "2024"
exclude = ["test_data/*"]
homepage = "https://github.com/joleaf/cpd"
keywords = ["cli", "collaboration", "graph", "frequent", "subgraph"]
license = "MIT"
name = "cpd"
readme = "Readme.md"
repository = "https://github.com/joleaf/cpd"
version = "0.2.1"

[profile.release]
codegen-units = 1
lto = true
panic = "abort"