# 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 = "parmesan" version = "0.1.0" description = "PARMESAN: Parallel ARithMEticS over ENcrypted data." homepage = "https://github.com/fakub/parmesan" documentation = "https://github.com/fakub/parmesan" readme = "README.md" keywords = [ "cryptography", "fhe", "homomorphic", "arithmetics", "parallel", ] categories = [ "cryptography", "mathematics", "science", ] license = "AGPL-3.0" repository = "https://github.com/fakub/parmesan" [dependencies.bincode] version = "^1.3" [dependencies.chrono] version = "^0.4" [dependencies.colored] version = "^2.0" [dependencies.crossbeam-utils] version = "^0.8" [dependencies.lazy_static] version = "^1.4" [dependencies.rand] version = "^0.8" [dependencies.rayon] version = "^1.7" [dependencies.serde] version = "^1.0" features = ["derive"] [dependencies.serde_yaml] version = "^0.9" [dependencies.tfhe] version = "^0.2" features = [ "shortint", "x86_64-unix", ] [features] default = [] log_ops = ["measure"] measure = [] seq_analyze = ["measure"]