mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-08 22:28:01 -05:00
21 lines
513 B
TOML
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 = "../.." }
|