hullabaloo-core 0.3.3

Core data structures and adjacency utilities for polyhedral tooling.
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 = "2024"
name = "hullabaloo-core"
version = "0.3.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core data structures and adjacency utilities for polyhedral tooling."
readme = "README.md"
keywords = [
    "polyhedra",
    "geometry",
    "adjacency",
    "combinatorics",
    "core",
]
license = "AGPL-3.0-only"
repository = "https://github.com/khoek/howzat"

[features]
default = ["simd"]
serde = ["dep:serde"]
simd = ["calculo/simd"]

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

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

[dependencies.ahash]
version = "0.8"

[dependencies.calculo]
version = "0.3"
default-features = false

[dependencies.derive_more]
version = "2"
features = [
    "add",
    "mul",
    "not",
    "display",
]

[dependencies.fixedbitset]
version = "0.5"

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

[dependencies.smallvec]
version = "1"

[dependencies.thiserror]
version = "2"