Files
tfhe-rs/backends/tfhe-cuda-backend/rust_api/Cargo.toml
2024-01-18 10:14:36 +01:00

19 lines
495 B
TOML

[package]
name = "tfhe-cuda-backend"
version = "0.1.2"
edition = "2021"
authors = ["Zama team"]
license = "BSD-3-Clause-Clear"
description = "Cuda implementation of TFHE-rs primitives."
homepage = "https://www.zama.ai/"
documentation = "https://docs.zama.ai/tfhe-rs"
repository = "https://github.com/zama-ai/tfhe-rs"
readme = "README.md"
keywords = ["fully", "homomorphic", "encryption", "fhe", "cryptography"]
[build-dependencies]
cmake = { version = "0.1" }
[dependencies]
thiserror = "1.0"