open-hypergraphs 0.2.10

Data-Parallel Algorithms for Open Hypergraphs
Documentation
# 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 = "open-hypergraphs"
version = "0.2.10"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Data-Parallel Algorithms for Open Hypergraphs"
documentation = "https://docs.rs/open-hypergraphs"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/hellas-ai/open-hypergraphs"

[features]
default = []
serde = ["dep:serde"]

[lib]
name = "open_hypergraphs"
path = "src/lib.rs"

[[example]]
name = "adder"
path = "examples/adder.rs"

[[example]]
name = "polycirc"
path = "examples/polycirc.rs"

[[test]]
name = "lib"
path = "tests/lib.rs"

[[test]]
name = "serde_tests"
path = "tests/serde_tests.rs"

[[test]]
name = "test_array"
path = "tests/test_array.rs"

[dependencies.num-traits]
version = "0.2.19"

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dev-dependencies.proptest]
version = "1.6.0"

[dev-dependencies.serde_json]
version = "1.0"