cpd 0.2.2

A tool to search for context-aware and relaxed frequent subgraphs in a graph database
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

[[bin]]
name = "cpd"
path = "src/main.rs"

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

[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"

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