Files
tfhe-rs/utils/tfhe-backward-compat-data/crates/generate_0_10/Cargo.toml
2025-10-17 12:43:13 +02:00

22 lines
535 B
TOML

[package]
name = "generate_0_10"
edition = "2024"
version = "0.9.0"
license = "BSD-3-Clause-Clear"
[dependencies]
clap = { version = "4.5", features = ["derive"] }
# TFHE-rs
tfhe = { git = "https://github.com/zama-ai/tfhe-rs.git", tag = "tfhe-rs-0.10.0", features = [
"boolean",
"integer",
"shortint",
"x86_64-unix",
"zk-pok",
"experimental-force_fft_algo_dif4",
] }
tfhe-versionable = { git = "https://github.com/zama-ai/tfhe-rs.git", tag = "tfhe-rs-0.10.0" }
tfhe-backward-compat-data = { path = "../.." }