[dependencies.petgraph]
default-features = false
optional = true
version = "0.6"
[features]
default = ["petgraph"]
petgraph = ["dep:petgraph"]
[lib]
name = "vf2"
path = "src/lib.rs"
[package]
authors = ["Owen Troke-Billard"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["mathematics", "science", "algorithms"]
description = "VF2 subgraph isomorphism algorithm in Rust."
edition = "2021"
keywords = ["vf2", "graph", "isomorphism"]
license = "MIT OR Apache-2.0"
name = "vf2"
readme = "README.md"
repository = "https://github.com/OwenTrokeBillard/vf2"
version = "1.0.1"
[[test]]
name = "isomorphisms"
path = "tests/isomorphisms.rs"