# 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 = "memoesu" version = "0.2.7" description = "fast subgraph enumeration on graphs using a memoized parallel ESU algorithm" readme = "README.md" keywords = [ "enumeration", "subgraph", "graph", "isomorphism", "ESU", ] license = "MIT" repository = "https://github.com/noamteyssier/memoesu" [profile.release] lto = true [profile.release-with-debug] debug = true inherits = "release" [dependencies.ahash] version = "0.8.3" [dependencies.anyhow] version = "1.0.69" [dependencies.bitvec] version = "1.0.1" [dependencies.clap] version = "4.1.8" features = ["derive"] [dependencies.fixedbitset] version = "0.4.2" [dependencies.flurry] version = "0.4.0" [dependencies.graph6-rs] version = "0.1.5" [dependencies.hashbrown] version = "0.13.2" [dependencies.nauty-Traces-sys] version = "0.3.0" [dependencies.ndarray] version = "0.15.6" [dependencies.petgraph] version = "0.6.3" [dependencies.petgraph-gen] version = "0.1.3" [dependencies.rand] version = "0.8.5" [dependencies.rand_chacha] version = "0.3.1" [dependencies.rayon] version = "1.6.1"