# 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 = "nauty-pet" version = "0.12.1" authors = ["Andreas Maier "] description = "Canonical graph labelling using nauty/Traces and petgraph" readme = "Readme.md" keywords = ["graph-algorithms"] categories = ["mathematics"] license = "Apache-2.0" repository = "https://github.com/a-maier/nauty-pet" [[bench]] name = "benchmark" harness = false [dependencies.ahash] version = "0.8" [dependencies.indexmap] version = "2.2" optional = true [dependencies.itertools] version = "0.12" [dependencies.nauty-Traces-sys] version = "0.7" [dependencies.petgraph] version = "0.6" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.log] version = "0.4" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rand_xoshiro] version = "0.6" [features] serde = ["serde-1"] serde-1 = [ "petgraph/serde-1", "serde/derive", ] stable = ["indexmap"]