[package] name = "Cryptonic" version = "0.1.2" edition = "2021" include = [ "**/*.rs", "Cargo.toml", ] description = "This project includes a tensor library, utilities for FHE functionality and most importantly an FHE based ML library" license-file = "LICENSE" authors = ["Martin Chtilianov ", "George Kolev"] documentation = "https://docs.rs/Cryptonic" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] ndarray = "0.15.0" bincode = "1.3.3" [target.'cfg(unix)'.dependencies] tfhe = { version = "0.2.1", features = ["boolean", "shortint", "integer", "x86_64-unix"] } [target.'cfg(windows)'.dependencies] tfhe = { version = "0.2.1", features = ["boolean", "shortint", "integer", "x86_64"] }