updated repo for publishing (#74)

This commit is contained in:
Jean-Philippe Bossuat
2025-08-17 14:57:39 +02:00
committed by GitHub
parent 0be569eca0
commit 62eb87cc07
244 changed files with 374 additions and 539 deletions

119
Cargo.lock generated
View File

@@ -35,21 +35,6 @@ version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b7e4c2464d97fe331d41de9d5db0def0a96f4d823b8b32a2efd503578988973"
[[package]]
name = "backend"
version = "0.1.0"
dependencies = [
"byteorder",
"cmake",
"criterion",
"itertools 0.14.0",
"rand",
"rand_core",
"rand_distr",
"rug",
"sampling",
]
[[package]]
name = "bitflags"
version = "2.9.0"
@@ -150,20 +135,6 @@ dependencies = [
"cc",
]
[[package]]
name = "core"
version = "0.1.0"
dependencies = [
"backend",
"byteorder",
"criterion",
"itertools 0.14.0",
"rand_core",
"rand_distr",
"rug",
"sampling",
]
[[package]]
name = "criterion"
version = "0.7.0"
@@ -375,13 +346,73 @@ dependencies = [
]
[[package]]
name = "poulpy"
name = "poulpy-backend"
version = "0.1.0"
dependencies = [
"backend",
"core",
"sampling",
"schemes",
"byteorder",
"cmake",
"criterion",
"itertools 0.14.0",
"rand",
"rand_chacha",
"rand_core",
"rand_distr",
"rug",
]
[[package]]
name = "poulpy-backend"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d47fbc27d0c03c2bfffd972795c62a243e4a3a3068acdb95ef55fb335a58d00f"
dependencies = [
"byteorder",
"cmake",
"criterion",
"itertools 0.14.0",
"rand",
"rand_chacha",
"rand_core",
"rand_distr",
"rug",
]
[[package]]
name = "poulpy-core"
version = "0.1.0"
dependencies = [
"byteorder",
"criterion",
"itertools 0.14.0",
"poulpy-backend 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rand_core",
"rand_distr",
"rug",
]
[[package]]
name = "poulpy-core"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ff4e1acd3f4a84e861b07184fd28fe3143a57360bd51e923aeadbc94b8b38d0"
dependencies = [
"byteorder",
"criterion",
"itertools 0.14.0",
"poulpy-backend 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rand_core",
"rand_distr",
"rug",
]
[[package]]
name = "poulpy-schemes"
version = "0.1.0"
dependencies = [
"byteorder",
"itertools 0.14.0",
"poulpy-backend 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"poulpy-core 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@@ -532,26 +563,6 @@ dependencies = [
"winapi-util",
]
[[package]]
name = "sampling"
version = "0.1.0"
dependencies = [
"rand_chacha",
"rand_core",
"rand_distr",
]
[[package]]
name = "schemes"
version = "0.1.0"
dependencies = [
"backend",
"byteorder",
"core",
"itertools 0.14.0",
"sampling",
]
[[package]]
name = "serde"
version = "1.0.219"