# 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 = "2018" name = "subgraph-matching" version = "0.0.4" authors = ["Martin Junghanns "] description = "A library for subgraph matching." keywords = ["graph", "subgraph", "matching", "isomorphism"] license = "MIT" repository = "https://github.com/s1ck/subgraph-matching" [[bench]] name = "benchmark" harness = false [dependencies.atoi] version = "0.4.0" [dependencies.cfg-if] version = "1.0.0" [dependencies.delegate] version = "0.6.1" [dependencies.gdl] version = "0.2.4" [dependencies.graph] version = "0.1.4" [dependencies.linereader] version = "0.4.0" [dependencies.pico-args] version = "0.4.0" [dependencies.thiserror] version = "1.0.24" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.trim-margin] version = "0.1.0"