poulpy-hal 0.8.0

A crate providing layouts and a trait-based hardware acceleration layer with open extension points, matching the API and types of spqlios-arithmetic.
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 = "poulpy-hal"
version = "0.8.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A crate providing layouts and a trait-based hardware acceleration layer with open extension points, matching the API and types of spqlios-arithmetic."
homepage = "https://github.com/poulpy-fhe/poulpy"
documentation = "https://docs.rs/poulpy-hal"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/poulpy-fhe/poulpy"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

[dependencies.anyhow]
version = "1.0.103"

[dependencies.bytemuck]
version = "1.25.0"
features = ["min_const_generics"]

[dependencies.byteorder]
version = "1.5.0"

[dependencies.dashu-float]
version = "0.4.5"

[dependencies.itertools]
version = "0.15.0"

[dependencies.once_cell]
version = "1.21.4"

[dependencies.paste]
version = "1.0.15"

[dependencies.rand]
version = "0.10.2"

[dependencies.rand_chacha]
version = "0.10.0"

[dependencies.rand_core]
version = "0.10.1"

[dependencies.rand_distr]
version = "0.6.0"

[build-dependencies.cmake]
version = "0.1.54"

[target.'cfg(target_os = "linux")'.dependencies.libc]
version = "0.2"