Files
poulpy/Cargo.toml
Jean-Philippe Bossuat 9e007c988f Backend refactor (#120)
* remove spqlios, split cpu_ref and cpu_avx into different crates

* remove spqlios submodule

* update crate naming & add avx tests
2025-11-19 15:34:31 +01:00

22 lines
575 B
TOML

[workspace]
members = ["poulpy-hal", "poulpy-core", "poulpy-cpu-avx", "poulpy-schemes", "poulpy-cpu-ref"]
resolver = "3"
[workspace.dependencies]
poulpy-hal = {path = "poulpy-hal"}
poulpy-core = {path = "poulpy-core"}
poulpy-cpu-avx = {path = "poulpy-cpu-avx"}
poulpy-cpu-ref = {path = "poulpy-cpu-ref"}
poulpy-schemes = {path = "poulpy-schemes"}
rug = "1.28.0"
rand = "0.9.2"
rand_chacha = "0.9.0"
rand_core = "0.9.3"
rand_distr = "0.5.1"
itertools = "0.14.0"
criterion = "0.7.0"
byteorder = "1.5.0"
zstd = "0.13.3"
once_cell = "1.21.3"
bytemuck = "1.24.0"
paste = "1.0.15"