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