poulpy-cpu-ref 0.6.0

Portable reference CPU implementations of poulpy-hal open extension points
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-cpu-ref"
version = "0.6.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Portable reference CPU implementations of poulpy-hal open extension points"
homepage = "https://github.com/poulpy-fhe/poulpy"
documentation = "https://docs.rs/poulpy-cpu-ref"
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",
]

[features]
enable-ckks = [
    "dep:poulpy-ckks",
    "enable-core",
]
enable-core = []

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

[[example]]
name = "ckks_poly2"
path = "examples/ckks_poly2.rs"
required-features = ["enable-ckks"]

[[example]]
name = "core_encryption"
path = "examples/core_encryption.rs"
required-features = ["enable-core"]

[dependencies.anyhow]
version = "1.0.102"

[dependencies.bytemuck]
version = "1.25.0"

[dependencies.byteorder]
version = "1.5.0"

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

[dependencies.itertools]
version = "0.14.0"

[dependencies.once_cell]
version = "1.21.4"

[dependencies.poulpy-ckks]
version = "0.6.0"
optional = true

[dependencies.poulpy-core]
version = "0.6.0"

[dependencies.poulpy-hal]
version = "0.6.0"

[dependencies.rand]
version = "0.10.1"

[dependencies.rand_chacha]
version = "0.10.0"

[dependencies.rand_core]
version = "0.10.1"

[dependencies.rand_distr]
version = "0.6.0"

[dev-dependencies.f128]
version = "0.2"