# 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.65" name = "ultragraph" version = "0.5.2" authors = ["Marvin Hansen "] description = "Hypergraph data structure." homepage = "https://github.com/deepcausality/deep_causality/tree/main/ultragraph" documentation = "https://docs.rs/ultragraph" readme = "README.md" keywords = ["data-structures"] categories = ["data-structures"] license = "MIT" repository = "https://github.com/deepcausality/deep_causality.rs" [[bench]] name = "bench_main" harness = false [dependencies.ahash] version = "0.8" [dependencies.deep_causality_macros] version = "^0.4" [dependencies.petgraph] version = "0.6" [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [dev-dependencies.rand] version = "0.8" features = ["small_rng"]