[dependencies.bincode]
version = "1.3.3"
[dependencies.tfhe]
features = ["boolean", "shortint", "x86_64-unix"]
version = "0.1.7"
[package]
authors = ["Martin Chtilianov <martin@chtilianov.com>", "George Kolev"]
description = "This project includes a tensor library, utilities for FHE functionality and most importantly an FHE based ML library"
documentation = "https://docs.rs/Cryptonic"
edition = "2021"
include = ["**/*.rs", "Cargo.toml"]
license-file = "LICENSE"
name = "Cryptonic"
readme = "README.md"
version = "0.1.1"