# 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 = "graph-canon" version = "0.1.4" description = "Canonical labelling of graphs using nauty-traces built on petgraph" documentation = "https://docs.rs/graph-canon" readme = "README.md" keywords = [ "petgraph", "nauty", "graph-algs", "isomorphism", "canonical", ] license = "MIT" repository = "https://github.com/noamteyssier/graph-canon" [[bench]] name = "bench" harness = false [dependencies.bitvec] version = "1.0.1" [dependencies.nauty-Traces-sys] version = "0.3.0" [dependencies.petgraph] version = "0.6.3" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.nauty-pet] version = "0.8.0" [dev-dependencies.petgraph-gen] version = "0.1.3" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rand_chacha] version = "0.3.1"