# 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 = "sealy" version = "0.2.0" authors = ["marcosfpr "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Rust bindings for Microsoft's SEAL Fully Homomorphic Encryption (FHE) library" readme = "README.md" keywords = [ "fhe", "phe", "homomorphic", "encryption", "seal", ] categories = [ "science", "cryptography", ] license-file = "LICENSE" repository = "https://github.com/marcosfpr/sealy" resolver = "1" [lib] name = "sealy" path = "src/lib.rs" doctest = false [[example]] name = "avg_float" path = "examples/avg_float.rs" [[example]] name = "encode_float" path = "examples/encode_float.rs" [[example]] name = "multiply_plain" path = "examples/multiply_plain.rs" [[example]] name = "sum_float" path = "examples/sum_float.rs" [[example]] name = "sum_int" path = "examples/sum_int.rs" [[example]] name = "tensor" path = "examples/tensor.rs" [[test]] name = "assumptions" path = "tests/assumptions.rs" [[test]] name = "test_common" path = "tests/test_common.rs" [[bench]] name = "bfv_bench" path = "benches/bfv_bench.rs" harness = false [[bench]] name = "ckks_bench" path = "benches/ckks_bench.rs" harness = false [[bench]] name = "tensor_bench" path = "benches/tensor_bench.rs" harness = false [dependencies.serde] version = "1.0.144" features = ["derive"] [dependencies.static_assertions] version = "1.1.0" [dependencies.thiserror] version = "1.0.44" [dev-dependencies.anyhow] version = "1.0.81" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.serde_json] version = "1.0.74" [build-dependencies.bindgen] version = "0.70.1" [build-dependencies.cmake] version = "0.1.46" [features] default = [] deterministic = [] hexl = [] insecure-params = [] transparent-ciphertexts = [] [target.'cfg(not(target_arch = "wasm32"))'.dependencies.link-cplusplus] version = "1.0.9"