[[bench]]
harness = false
name = "matrix_ops"
path = "benches/matrix_ops.rs"
[dependencies.rand]
features = ["small_rng"]
version = "0.9.1"
[dependencies.ref-cast]
version = "1.0.24"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.6.0"
[lib]
name = "bitgauss"
path = "src/lib.rs"
[package]
authors = ["Aleks Kissinger <aleks0@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science"]
description = "A fast boolean linear algebra library"
edition = "2021"
homepage = "https://github.com/akissinger/bitgauss"
keywords = ["linear-algebra", "matrix", "bits"]
license = "Apache-2.0"
name = "bitgauss"
readme = false
repository = "https://github.com/akissinger/bitgauss"
resolver = "3"
rust-version = "1.81"
version = "0.3.1"