# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "Cryptonic" version = "0.1.2" authors = [ "Martin Chtilianov ", "George Kolev", ] include = [ "**/*.rs", "Cargo.toml", ] description = "This project includes a tensor library, utilities for FHE functionality and most importantly an FHE based ML library" documentation = "https://docs.rs/Cryptonic" readme = "README.md" license-file = "LICENSE" [dependencies.bincode] version = "1.3.3" [dependencies.ndarray] version = "0.15.0" [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", ]