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

21 lines
513 B
TOML

[package]
name = "generate_1_0"
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-1.0.0", features = [
"boolean",
"integer",
"shortint",
"zk-pok",
"experimental-force_fft_algo_dif4",
] }
tfhe-versionable = { git = "https://github.com/zama-ai/tfhe-rs.git", tag = "tfhe-rs-1.0.0" }
tfhe-backward-compat-data = { path = "../.." }