# 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" rust-version = "1.56" name = "hypergraph" version = "2.1.2" authors = ["Davy Duperron "] exclude = [ ".github", "hypergraph.svg", "rustfmt.toml", ] description = "Hypergraph is data structure library to create a directed hypergraph in which an hyperedge can join any number of vertices." readme = "README.md" keywords = [ "data-structure", "graph", "hypergraph", ] categories = [ "data-structures", "mathematics", "science", ] license = "MIT" repository = "https://github.com/yamafaktory/hypergraph" [[bench]] name = "performance" harness = false [dependencies.ahash] version = "0.8.3" [dependencies.indexmap] version = "2.0.0" features = ["rayon"] [dependencies.itertools] version = "0.11.0" [dependencies.rayon] version = "1.7.0" [dependencies.thiserror] version = "1.0.47" [dev-dependencies.criterion] version = "0.5.1"